summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2018-11-30 19:03:44 +0900
committerInada Naoki <songofacandy@gmail.com>2018-11-30 19:03:44 +0900
commitcc7fd5722b779d438f7d226a9c7f61115764b39c (patch)
treea487b30b9abf41e022e1e81993b2092a517ec403
parentbbdfd4d92e54e89604a2ebf6af86ced4ae5ae05d (diff)
downloadmsgpack-python-0.6.0.tar.gz
0.6.0v0.6.0
-rw-r--r--ChangeLog.rst3
-rw-r--r--msgpack/_version.py2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 806007e..651ba62 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,8 +1,9 @@
0.6.0
======
-Release Date: TBD
+Release Date: 2018-11-30
+This release contains some backward incompatible changes for security reason (DoS).
Important changes
-----------------
diff --git a/msgpack/_version.py b/msgpack/_version.py
index 0952ec6..49a4103 100644
--- a/msgpack/_version.py
+++ b/msgpack/_version.py
@@ -1 +1 @@
-version = (0, 6, 0, 'dev')
+version = (0, 6, 0)