mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-20 04:13:16 +00:00
python: 0.1.7
This commit is contained in:
parent
948f4d00c6
commit
9d04822f35
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
0.2.0
|
0.1.7
|
||||||
======
|
======
|
||||||
:release date: NOT RELEASED YET
|
:release date: 2010-11-02
|
||||||
|
|
||||||
New feature
|
New feature
|
||||||
------------
|
------------
|
||||||
|
|
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, 6, 'final')
|
version = (0, 1, 7, 'final')
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue