Bump version.

This commit is contained in:
Eric Steele 2013-03-05 16:00:42 -05:00
parent 3b637b8e01
commit 600d014d07
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
2.2.5 (unreleased)
------------------
- Nothing changed yet.
2.2.4 (2013-03-05)
------------------

View File

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