Back to development.

This commit is contained in:
Timo Stollenwerk 2012-11-28 11:41:02 +01:00
parent 44eb1507ca
commit 84ba3661e0
2 changed files with 7 additions and 1 deletions

View File

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

View File

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