summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 bb3a633..230cc30 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,3 +1,8 @@
+1.0.2
+=====
+
+* Fix year 2038 problem regression in 1.0.1. (#451)
+
1.0.1
=====
diff --git a/msgpack/_version.py b/msgpack/_version.py
index 95e8129..1c83c8e 100644
--- a/msgpack/_version.py
+++ b/msgpack/_version.py
@@ -1 +1 @@
-version = (1, 0, 1)
+version = (1, 0, 2)