prepare release 0.5.1.1

This commit is contained in:
jan.dittberner 2009-02-07 19:46:54 +00:00
parent 436603a2f2
commit ac1028c13a
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
0.5.1.1
- add documentation in tarball
- add a MANIFEST.in
0.5.1
- SA 0.5.x support. SQLAlchemy < 0.5.1 not supported anymore.
- use nose instead of py.test for testing

3
MANIFEST.in Normal file
View File

@ -0,0 +1,3 @@
include CHANGELOG
include docs/*.rst
include docs/conf.py

View File

@ -8,7 +8,7 @@ except ImportError:
setup(
name = "sqlalchemy-migrate",
version = "0.5.1",
version = "0.5.1.1",
packages = find_packages(exclude=['test*']),
include_package_data = True,
description = "Database schema migration for SQLAlchemy",