update CHANGELOG, set version to 0.5.3

This commit is contained in:
jan.dittberner 2009-03-22 14:04:32 +00:00
parent b6240a625a
commit 9c71b10206
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
0.5.3
- apply patch for Issue 29 by Jonathan Ellis
0.5.2
- move sphinx and nose dependencies to extras_require and tests_require
- integrate patch for Issue 36 by Kumar McMillan

View File

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