Back to development: 2.1.4

This commit is contained in:
Eric Steele
2012-01-24 22:03:11 -05:00
parent 2a36f778af
commit e9333983d3
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,6 +1,12 @@
Changelog
=========
2.1.4 (unreleased)
------------------
- Nothing changed yet.
2.1.3 (2012-01-24)
------------------
+1 -1
View File
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = '2.1.3'
version = '2.1.4dev'
install_requires = [
'setuptools',