File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
0.4.3
2
2
=====
3
- :release date: TBD
3
+ :release date: 2015-01-07
4
4
5
5
Inconpatible Changes
6
6
--------------------
@@ -12,6 +12,7 @@ Bugs fixed
12
12
----------
13
13
14
14
* Unpacker may unpack wrong uint32 value on 32bit or LLP64 environment. (#101)
15
+ * Build failed on Windows Python 2.7.
15
16
16
17
0.4.2
17
18
=====
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ MessagePack for Python
3
3
=======================
4
4
5
5
:author: INADA Naoki
6
- :version: 0.4.1
7
- :date: 2014-02-17
6
+ :version: 0.4.3
7
+ :date: 2015-01-07
8
8
9
9
.. image :: https://secure.travis-ci.org/msgpack/msgpack-python.png
10
10
:target: https://travis-ci.org/#!/msgpack/msgpack-python
@@ -18,17 +18,15 @@ writing MessagePack data.
18
18
19
19
Install
20
20
---------
21
- You can use ``pip `` or ``easy_install `` to install msgpack::
22
21
23
- $ easy_install msgpack-python
24
- or
22
+ ::
23
+
25
24
$ pip install msgpack-python
26
25
27
26
PyPy
28
27
^^^^^
29
28
30
- msgpack-python provides pure python implementation.
31
- PyPy can use this.
29
+ msgpack-python provides pure python implementation. PyPy can use this.
32
30
33
31
Windows
34
32
^^^^^^^
Original file line number Diff line number Diff line change 1
- version = (0 , 4 , 2 )
1
+ version = (0 , 4 , 3 )
You can’t perform that action at this time.
0 commit comments