Back to development: 0.1.3

This commit is contained in:
Stephan Geulette 2013-03-08 08:43:24 +01:00
parent 0378d0fd58
commit f3097fb0b7
2 changed files with 7 additions and 1 deletions

View File

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

View File

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