new 0.4.3dev

This commit is contained in:
Andrew Mleczko
2011-11-03 14:48:17 +01:00
parent 33641687d0
commit cda6cf4bf3
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
0.4.2 (unreleased)
0.4.3 (unreleased)
------------------
- dev changes go here
0.4.2 (2011-11-03)
------------------
- Pyramid 1.1 compatibility (amleczko)
+1 -1
View File
@@ -9,7 +9,7 @@ CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
requires = ['pyramid>=1.1', 'WebError', 'FormAlchemy>=1.3.8', 'Babel']
setup(name='pyramid_formalchemy',
version='0.4.2',
version='0.4.3dev',
description='FormAlchemy plugins and helpers for Pyramid',
long_description=README + '\n\nCHANGES\n=======\n\n' + CHANGES,
classifiers=[