Back to development: 0.1.5

This commit is contained in:
Stephan Geulette 2013-04-24 11:21:44 +02:00
parent eb4bfff4ea
commit 7650b85466
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
0.1.5 (unreleased)
------------------
- Nothing changed yet.
0.1.4 (2013-04-24)
------------------

View File

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