start work on 0.5.4

This commit is contained in:
jan.dittberner 2009-03-27 20:39:41 +00:00
parent bd21c57a68
commit 77c1cae8a9
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
0.5.4
- TODO: document changes
0.5.3
- apply patch for Issue 29 by Jonathan Ellis
- fix Issue 52 by removing needless parameters from object.__new__ calls

View File

@ -16,7 +16,7 @@ test_requirements = ['nose >= 0.10']
setup(
name = "sqlalchemy-migrate",
version = "0.5.3",
version = "0.5.4",
packages = find_packages(exclude=['test*']),
include_package_data = True,
description = "Database schema migration for SQLAlchemy",