prepare release 0.5.1.1
This commit is contained in:
parent
436603a2f2
commit
ac1028c13a
@ -1,3 +1,7 @@
|
|||||||
|
0.5.1.1
|
||||||
|
- add documentation in tarball
|
||||||
|
- add a MANIFEST.in
|
||||||
|
|
||||||
0.5.1
|
0.5.1
|
||||||
- SA 0.5.x support. SQLAlchemy < 0.5.1 not supported anymore.
|
- SA 0.5.x support. SQLAlchemy < 0.5.1 not supported anymore.
|
||||||
- use nose instead of py.test for testing
|
- use nose instead of py.test for testing
|
||||||
|
3
MANIFEST.in
Normal file
3
MANIFEST.in
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
include CHANGELOG
|
||||||
|
include docs/*.rst
|
||||||
|
include docs/conf.py
|
2
setup.py
2
setup.py
@ -8,7 +8,7 @@ except ImportError:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "sqlalchemy-migrate",
|
name = "sqlalchemy-migrate",
|
||||||
version = "0.5.1",
|
version = "0.5.1.1",
|
||||||
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