Back to development: 2.2.4

This commit is contained in:
Eric Steele 2013-01-13 22:17:14 -05:00
parent 42048f518a
commit a113019fdc
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
2.2.4 (unreleased)
------------------
- Nothing changed yet.
2.2.3 (2013-01-13)
------------------

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = '2.2.3'
version = '2.2.4.dev0'
install_requires = [
'setuptools',