diff --git a/alembic-1.0.2.tar.gz b/alembic-1.0.2.tar.gz deleted file mode 100644 index 7eae697..0000000 --- a/alembic-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04bcb970ca8659c3607ddd8ffd86cc9d6a99661c9bc590955e8813c66bfa582b -size 1021161 diff --git a/alembic-1.0.3.tar.gz b/alembic-1.0.3.tar.gz new file mode 100644 index 0000000..52b82c7 --- /dev/null +++ b/alembic-1.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b6ff7433247fe80b6ef522ef3763acb959cbdef027d03f76f4cd3c7118c1872 +size 1020110 diff --git a/python-alembic.changes b/python-alembic.changes index b2ef422..2ce146b 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Nov 22 21:49:41 UTC 2018 - Arun Persaud + +- update to version 1.0.3: + * bug + + [bug] [mssql] Fixed regression caused by #513, where the logic + to consume mssql_include was not correctly interpreting the case + where the flag was not present, breaking the op.create_index + directive for SQL Server as a whole. References: #516 + ------------------------------------------------------------------- Wed Nov 14 13:59:58 UTC 2018 - Tomáš Chvátal diff --git a/python-alembic.spec b/python-alembic.spec index 6407a70..7cc4013 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-alembic -Version: 1.0.2 +Version: 1.0.3 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT