8000 0.4.3 · donalm/msgpack-python@5bc6859 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5bc6859

Browse files
committed
0.4.3
1 parent 5938870 commit 5bc6859

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

ChangeLog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
0.4.3
22
=====
3-
:release date: TBD
3+
:release date: 2015-01-07
44

55
Inconpatible 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

1617
0.4.2
1718
=====

README.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff 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

1919
Install
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

2726
PyPy
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

3331
Windows
3432
^^^^^^^

msgpack/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = (0, 4, 2)
1+
version = (0, 4, 3)

0 commit comments

Comments
 (0)
0