summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2010-11-03 03:43:49 +0900
committerINADA Naoki <songofacandy@gmail.com>2010-11-03 03:43:49 +0900
commitd7fc215c1676da5d36f940a8a3fddca29ef61d78 (patch)
treec2890b525de1e5f42e3445e6158da2920d3b0315
parentbb69aa18f2036f8f2b908e219de2dc5287a19c69 (diff)
downloadmsgpack-python-0.1.7.tar.gz
python: 0.1.70.1.7
-rw-r--r--python/ChangeLog.rst4
-rwxr-xr-xpython/setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/python/ChangeLog.rst b/python/ChangeLog.rst
index 022f955..77e1707 100644
--- a/python/ChangeLog.rst
+++ b/python/ChangeLog.rst
@@ -1,6 +1,6 @@
-0.2.0
+0.1.7
======
-:release date: NOT RELEASED YET
+:release date: 2010-11-02
New feature
------------
diff --git a/python/setup.py b/python/setup.py
index aedd990..d21e6b5 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# coding: utf-8
-version = (0, 1, 6, 'final')
+version = (0, 1, 7, 'final')
import os
import sys