- merge CHANGELOG from branch bugfix-0_4_2 to trunk
- increase trunk and branch bugfix-0_4_2 version numbers - rename branch bugfix-0_4_2 to bugfix-0_4_3
This commit is contained in:
parent
a7fa6cd874
commit
9598b484a8
@ -1,6 +1,10 @@
|
||||
0.4.x
|
||||
- work by Christian Simms to compare metadata against databases
|
||||
|
||||
0.4.3
|
||||
- patch by Kevin Dangoor to handle database versions as packages and ignore
|
||||
their __init__.py files in version.py
|
||||
- fixed unit tests and Oracle changeset support by Christian Simms
|
||||
|
||||
0.4.2
|
||||
- package name is sqlalchemy-migrate again to make pypi work
|
||||
|
2
setup.py
2
setup.py
@ -9,7 +9,7 @@ except ImportError:
|
||||
|
||||
setup(
|
||||
name = "sqlalchemy-migrate",
|
||||
version = "0.4.3dev",
|
||||
version = "0.4.4dev",
|
||||
packages = find_packages(exclude=['test*']),
|
||||
include_package_data = True,
|
||||
description = "Database schema migration for SQLAlchemy",
|
||||
|
Loading…
x
Reference in New Issue
Block a user