start work on 0.5.4
This commit is contained in:
parent
bd21c57a68
commit
77c1cae8a9
@ -1,3 +1,6 @@
|
|||||||
|
0.5.4
|
||||||
|
- TODO: document changes
|
||||||
|
|
||||||
0.5.3
|
0.5.3
|
||||||
- apply patch for Issue 29 by Jonathan Ellis
|
- apply patch for Issue 29 by Jonathan Ellis
|
||||||
- fix Issue 52 by removing needless parameters from object.__new__ calls
|
- fix Issue 52 by removing needless parameters from object.__new__ calls
|
||||||
|
2
setup.py
2
setup.py
@ -16,7 +16,7 @@ test_requirements = ['nose >= 0.10']
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "sqlalchemy-migrate",
|
name = "sqlalchemy-migrate",
|
||||||
version = "0.5.3",
|
version = "0.5.4",
|
||||||
packages = find_packages(exclude=['test*']),
|
packages = find_packages(exclude=['test*']),
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
description = "Database schema migration for SQLAlchemy",
|
description = "Database schema migration for SQLAlchemy",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user