This commit is contained in:
INADA Naoki 2012-08-20 00:11:38 +09:00
parent 814c42c291
commit f74ce3caaa
2 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,6 @@
0.2.1
=======
:release date: NOT RELEASED YET
:release date: 2012-08-20
Changes
-------
@ -12,6 +12,9 @@ Changes
Bugs fixed
----------
* Fix msgpack didn't work on SPARC Solaris. It was because choosing wrong byteorder
on compilation time. Use ``sys.byteorder`` to get correct byte order.
Very thanks to Chris Casey for giving test environment to me.
0.2.0

View file

@ -1 +1 @@
version = (0, 2, 1, 'dev1')
version = (0, 2, 1)