update CHANGELOG, set version to 0.5.3
This commit is contained in:
parent
b6240a625a
commit
9c71b10206
@ -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
|
||||
|
2
setup.py
2
setup.py
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user