Back to development: 2.1.8

This commit is contained in:
Eric Steele 2012-06-29 22:37:51 -04:00
parent b39029fc11
commit 4ef12b189e
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog Changelog
========= =========
2.1.8 (unreleased)
------------------
- Nothing changed yet.
2.1.7 (2012-06-29) 2.1.7 (2012-06-29)
------------------ ------------------

View File

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