mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-20 04:13:16 +00:00
python: 0.1.9
This commit is contained in:
parent
d0de96cacd
commit
9e8261cbd9
2 changed files with 15 additions and 1 deletions
|
@ -1,3 +1,17 @@
|
||||||
|
0.1.9
|
||||||
|
======
|
||||||
|
:release date: 2011-01-29
|
||||||
|
|
||||||
|
New feature
|
||||||
|
-----------
|
||||||
|
* ``use_list`` option is added to unpack(b) like Unpacker.
|
||||||
|
(Use keyword argument because order of parameters are different)
|
||||||
|
|
||||||
|
Bugs fixed
|
||||||
|
----------
|
||||||
|
* Fix typo.
|
||||||
|
* Add MemoryError check.
|
||||||
|
|
||||||
0.1.8
|
0.1.8
|
||||||
======
|
======
|
||||||
:release date: 2011-01-10
|
:release date: 2011-01-10
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
version = (0, 1, 8, 'final')
|
version = (0, 1, 9, 'final')
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue