Back to development.

This commit is contained in:
Timo Stollenwerk 2012-11-27 08:01:05 +01:00
parent 6dffe930f9
commit d9885020d5
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
2.2.2 (unreleased)
------------------
-
2.2.1 (2012-11-16)
------------------

View File

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