summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.rst13
-rwxr-xr-xsetup.py2
2 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index e0a4fd1..3a9277c 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,3 +1,16 @@
+0.1.14
+=======
+:release date: NOT RELEASED YET
+
+Changes
+-------
+* Drop supporting Python 2.5 and unify tests for Py2 and Py3.
+
+Bugs fixed
+----------
+* #8 Packing subclass of dict raises TypeError. (Thanks to Steeve Morin.)
+
+
0.1.13
=======
:release date: 2012-04-21
diff --git a/setup.py b/setup.py
index b4b1771..115d3b8 100755
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# coding: utf-8
-version = (0, 1, 13)
+version = (0, 1, 14, 'dev')
import os
import sys