summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINADA Naoki <methane@users.noreply.github.com>2018-10-03 21:06:20 +0900
committerGitHub <noreply@github.com>2018-10-03 21:06:20 +0900
commit205f7d39b26d7441f3cce86e93449e50bd71a6fa (patch)
treebc2a24eaff90d5eab8a65db9d24fb12004e1a05a
parent70b5f21b34b28cd50125ee337b5a399001759b73 (diff)
downloadmsgpack-python-205f7d39b26d7441f3cce86e93449e50bd71a6fa.tar.gz
Start 0.6 development
-rw-r--r--ChangeLog.rst6
-rw-r--r--msgpack/_version.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index b6158c3..18a9917 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,3 +1,9 @@
+0.6.0
+======
+
+Release Date: TBD
+
+
0.5.6
======
diff --git a/msgpack/_version.py b/msgpack/_version.py
index d28f0de..0952ec6 100644
--- a/msgpack/_version.py
+++ b/msgpack/_version.py
@@ -1 +1 @@
-version = (0, 5, 6)
+version = (0, 6, 0, 'dev')