Back to development: 0.1.4

This commit is contained in:
Stephan Geulette 2013-03-12 13:38:37 +01:00
parent 1913b83298
commit ec676965c3
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
0.1.4 (unreleased)
------------------
- Nothing changed yet.
0.1.3 (2013-03-12)
------------------

View File

@ -2,7 +2,7 @@
from setuptools import setup, find_packages
version = '0.1.3'
version = '0.1.4.dev0'
long_description = (
open('README.rst').read()