summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2015-01-07 15:59:35 +0900
committerINADA Naoki <songofacandy@gmail.com>2015-01-07 15:59:35 +0900
commit5bc685973d133a6c47f28437d52040ee1ae0f1e5 (patch)
treefa0904752a9194fdee14525fee78d57fb9a42fcf
parent593887025ea73acdd94fed93480011fb26e0aca8 (diff)
downloadmsgpack-python-5bc685973d133a6c47f28437d52040ee1ae0f1e5.tar.gz
0.4.3
-rw-r--r--ChangeLog.rst3
-rw-r--r--README.rst12
-rw-r--r--msgpack/_version.py2
3 files changed, 8 insertions, 9 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index a7b9800..44e832f 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,6 @@
0.4.3
=====
-:release date: TBD
+:release date: 2015-01-07
Inconpatible Changes
--------------------
@@ -12,6 +12,7 @@ Bugs fixed
----------
* Unpacker may unpack wrong uint32 value on 32bit or LLP64 environment. (#101)
+* Build failed on Windows Python 2.7.
0.4.2
=====
diff --git a/README.rst b/README.rst
index 705ad75..fec8aea 100644
--- a/README.rst
+++ b/README.rst
@@ -3,8 +3,8 @@ MessagePack for Python
=======================
:author: INADA Naoki
-:version: 0.4.1
-:date: 2014-02-17
+:version: 0.4.3
+:date: 2015-01-07
.. image:: https://secure.travis-ci.org/msgpack/msgpack-python.png
:target: https://travis-ci.org/#!/msgpack/msgpack-python
@@ -18,17 +18,15 @@ writing MessagePack data.
Install
---------
-You can use ``pip`` or ``easy_install`` to install msgpack::
- $ easy_install msgpack-python
- or
+::
+
$ pip install msgpack-python
PyPy
^^^^^
-msgpack-python provides pure python implementation.
-PyPy can use this.
+msgpack-python provides pure python implementation. PyPy can use this.
Windows
^^^^^^^
diff --git a/msgpack/_version.py b/msgpack/_version.py
index dddfe49..367086f 100644
--- a/msgpack/_version.py
+++ b/msgpack/_version.py
@@ -1 +1 @@
-version = (0, 4, 2)
+version = (0, 4, 3)