This commit is contained in:
INADA Naoki 2015-01-07 15:59:35 +09:00
parent 593887025e
commit 5bc685973d
3 changed files with 8 additions and 9 deletions

View file

@ -1,6 +1,6 @@
0.4.3 0.4.3
===== =====
:release date: TBD :release date: 2015-01-07
Inconpatible Changes Inconpatible Changes
-------------------- --------------------
@ -12,6 +12,7 @@ Bugs fixed
---------- ----------
* Unpacker may unpack wrong uint32 value on 32bit or LLP64 environment. (#101) * Unpacker may unpack wrong uint32 value on 32bit or LLP64 environment. (#101)
* Build failed on Windows Python 2.7.
0.4.2 0.4.2
===== =====

View file

@ -3,8 +3,8 @@ MessagePack for Python
======================= =======================
:author: INADA Naoki :author: INADA Naoki
:version: 0.4.1 :version: 0.4.3
:date: 2014-02-17 :date: 2015-01-07
.. image:: https://secure.travis-ci.org/msgpack/msgpack-python.png .. image:: https://secure.travis-ci.org/msgpack/msgpack-python.png
:target: https://travis-ci.org/#!/msgpack/msgpack-python :target: https://travis-ci.org/#!/msgpack/msgpack-python
@ -18,17 +18,15 @@ writing MessagePack data.
Install Install
--------- ---------
You can use ``pip`` or ``easy_install`` to install msgpack::
$ easy_install msgpack-python ::
or
$ pip install msgpack-python $ pip install msgpack-python
PyPy PyPy
^^^^^ ^^^^^
msgpack-python provides pure python implementation. msgpack-python provides pure python implementation. PyPy can use this.
PyPy can use this.
Windows Windows
^^^^^^^ ^^^^^^^

View file

@ -1 +1 @@
version = (0, 4, 2) version = (0, 4, 3)