prepare for 0.7.0 release

This commit is contained in:
liris
2012-04-03 11:08:13 +09:00
parent 003df393c1
commit b4695737d2
2 changed files with 7 additions and 1 deletions

View File

@@ -111,6 +111,12 @@ example::
ChangeLog
============
- v0.7.0
- fixed problem to read long data.(ISSUE#12)
- fix buffer size boundary violation
- v0.6.0
- Patches: UUID4, self.keep_running, mask_key (ISSUE#11)

View File

@@ -1,6 +1,6 @@
from setuptools import setup
VERSION = "0.6.0"
VERSION = "0.7.0"
setup(