Back to development: 0.4.2

This commit is contained in:
Patrick Gerken
2011-07-01 21:57:57 +02:00
parent a02ea24279
commit 288d2d98a0
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
0.4.2 (unreleased)
------------------
- Nothing changed yet.
0.4.1 (2011-07-01)
------------------
+1 -1
View File
@@ -9,7 +9,7 @@ CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
requires = ['pyramid>=1.0', 'WebError', 'FormAlchemy>=1.3.8', 'Babel']
setup(name='pyramid_formalchemy',
version='0.4.1',
version='0.4.2dev',
description='FormAlchemy plugins and helpers for Pyramid',
long_description=README + '\n\nCHANGES\n=======\n\n' + CHANGES,
classifiers=[