mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-07 13:01:01 +00:00
Start 0.1.14dev
This commit is contained in:
parent
636f4529aa
commit
5b0353eac6
2 changed files with 14 additions and 1 deletions
|
|
@ -1,3 +1,16 @@
|
||||||
|
0.1.14
|
||||||
|
=======
|
||||||
|
:release date: NOT RELEASED YET
|
||||||
|
|
||||||
|
Changes
|
||||||
|
-------
|
||||||
|
* Drop supporting Python 2.5 and unify tests for Py2 and Py3.
|
||||||
|
|
||||||
|
Bugs fixed
|
||||||
|
----------
|
||||||
|
* #8 Packing subclass of dict raises TypeError. (Thanks to Steeve Morin.)
|
||||||
|
|
||||||
|
|
||||||
0.1.13
|
0.1.13
|
||||||
=======
|
=======
|
||||||
:release date: 2012-04-21
|
:release date: 2012-04-21
|
||||||
|
|
|
||||||
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, 13)
|
version = (0, 1, 14, 'dev')
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue