Back to development: 2.2.6

This commit is contained in:
Eric Steele 2013-04-06 11:51:53 -04:00
parent 5961cfea98
commit b02f1f493b
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
2.2.6 (unreleased)
------------------
- Nothing changed yet.
2.2.5 (2013-04-06)
------------------

View File

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