We enthusiastically announce the release of: sqlalchemy-migrate 0.11.0: Database schema migration for SQLAlchemy Download the package from: https://tarballs.openstack.org/sqlalchemy-migrate/ For more details, please see below. Changes in sqlalchemy-migrate 0.10.0..0.11.0 -------------------------------------------- ca6f3a9 Use a modern PBR package 7fc88b3 Prepare for using standard python tests e9175a3 Set autoincrement to False when modifying to non-Integer datatype 2a32681 Raise VersionNotFoundError instead of KeyError 9356e5e Fix DeprecationWarning on setuptools >= 11.3 00eb423 Update .gitreview for new namespace Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- migrate/changeset/schema.py | 10 ++++-- migrate/exceptions.py | 4 +++ migrate/versioning/util/__init__.py | 9 +++++- migrate/versioning/version.py | 17 ++++++++-- requirements.txt | 2 +- tools/test-setup.sh | 54 +++++++++++++++++++++++++++++++ 9 files changed, 107 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e4da828..96b304b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr>=1.3,<2.0 +pbr>=1.8
participants (1)
-
no-reply@openstack.org