Back to development: 2.2.1

This commit is contained in:
Eric Steele 2012-08-30 11:26:10 -04:00
parent 281f2c834f
commit 5bd40c175a
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
2.2.1 (unreleased)
------------------
- Nothing changed yet.
2.2.0 (2012-08-30)
------------------

View File

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