Back to development.

This commit is contained in:
Timo Stollenwerk 2012-04-05 07:37:47 +02:00
parent 68b53ba444
commit 38332e557d
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
2.1.6 (unreleased)
------------------
- Nothing changed yet.
2.1.5 (2012-04-05)
------------------

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = '2.1.5'
version = '2.1.6dev'
install_requires = [
'setuptools',