Back to development.

This commit is contained in:
Timo Stollenwerk 2011-11-24 08:50:24 +01:00
parent 4a6f2e7807
commit ce1c842cd2
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
2.1.2 (unreleased)
------------------
- nothing.
2.1.1 (2011-11-24)
------------------

View File

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