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 110.4.3
22=====
3- :release date: TBD
3+ :release date: 2015-01-07
44
55Inconpatible Changes
66--------------------
@@ -12,6 +12,7 @@ Bugs fixed
1212----------
1313
1414* Unpacker may unpack wrong uint32 value on 32bit or LLP64 environment. (#101)
15+ * Build failed on Windows Python 2.7.
1516
16170.4.2
1718=====
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ MessagePack for Python
33=======================
44
55:author: INADA Naoki
6- :version: 0.4.1
7- :date: 2014-02-17
6+ :version: 0.4.3
7+ :date: 2015-01-07
88
99.. image :: https://secure.travis-ci.org/msgpack/msgpack-python.png
1010 :target: https://travis-ci.org/#!/msgpack/msgpack-python
@@ -18,17 +18,15 @@ writing MessagePack data.
1818
1919Install
2020---------
21- You can use ``pip `` or ``easy_install `` to install msgpack::
2221
23- $ easy_install msgpack-python
24- or
22+ ::
23+
2524 $ pip install msgpack-python
2625
2726PyPy
2827^^^^^
2928
30- msgpack-python provides pure python implementation.
31- PyPy can use this.
29+ msgpack-python provides pure python implementation. PyPy can use this.
3230
3331Windows
3432^^^^^^^
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