summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2018-02-03 10:54:21 +0900
committerINADA Naoki <songofacandy@gmail.com>2018-02-03 10:54:21 +0900
commit618b2cb027e326b315edf5b856ed3b2011c8dad9 (patch)
tree3e5eba933b32f93be255290c4850c11d65c78767
parenta0ba076c3527bb474cd8ec820ae0fd6c8293d4af (diff)
downloadmsgpack-python-618b2cb027e326b315edf5b856ed3b2011c8dad9.tar.gz
0.5.3
-rw-r--r--ChangeLog.rst5
-rw-r--r--msgpack/_version.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index ffdc910..4a5c599 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,3 +1,8 @@
+0.5.3
+======
+
+* Fixed regression when passing ``unicode_errors`` to Packer but not ``encoding``. (#277)
+
0.5.2
======
diff --git a/msgpack/_version.py b/msgpack/_version.py
index 4e3b29f..217bfce 100644
--- a/msgpack/_version.py
+++ b/msgpack/_version.py
@@ -1 +1 @@
-version = (0, 5, 2)
+version = (0, 5, 3)