Skip to content

Commit 5b0353e

Browse files
committed
Start 0.1.14dev
1 parent 636f452 commit 5b0353e

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

ChangeLog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
0.1.14
2+
=======
3+
:release date: NOT RELEASED YET
4+
5+
Changes
6+
-------
7+
* Drop supporting Python 2.5 and unify tests for Py2 and Py3.
8+
9+
Bugs fixed
10+
----------
11+
* #8 Packing subclass of dict raises TypeError. (Thanks to Steeve Morin.)
12+
13+
114
0.1.13
215
=======
316
:release date: 2012-04-21

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
# coding: utf-8
3-
version = (0, 1, 13)
3+
version = (0, 1, 14, 'dev')
44

55
import os
66
import sys

0 commit comments

Comments
 (0)