Back to development: 2.2.7

This commit is contained in:
Eric Steele 2013-05-23 21:25:49 -04:00
parent 56bba54fd9
commit 124aeb55d6
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog Changelog
========= =========
2.2.7 (unreleased)
------------------
- Nothing changed yet.
2.2.6 (2013-05-23) 2.2.6 (2013-05-23)
------------------ ------------------

View File

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