Start 0.1.14dev

This commit is contained in:
INADA Naoki 2012-06-19 14:31:32 +09:00
parent 636f4529aa
commit 5b0353eac6
2 changed files with 14 additions and 1 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
# coding: utf-8
version = (0, 1, 13)
version = (0, 1, 14, 'dev')
import os
import sys