From 0c1387edd317f1479f4591702da724332950122d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 13 Jul 2018 13:48:09 -0400 Subject: [PATCH] - 1.0.0 --- docs/build/changelog.rst | 28 ++++++++++++++++++++++- docs/build/unreleased/491.rst | 10 -------- docs/build/unreleased/502.rst | 8 ------- docs/build/unreleased/sqla_09_minimum.rst | 5 ---- 4 files changed, 27 insertions(+), 24 deletions(-) delete mode 100644 docs/build/unreleased/491.rst delete mode 100644 docs/build/unreleased/502.rst delete mode 100644 docs/build/unreleased/sqla_09_minimum.rst diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 2332d70f..161bec33 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -5,7 +5,33 @@ Changelog .. changelog:: :version: 1.0.0 - :include_notes_from: unreleased + :released: July 13, 2018 + + .. change:: + :tags: feature, general + :tickets: 491 + + For Alembic 1.0, Python 2.6 / 3.3 support is being dropped, allowing a + fixed setup.py to be built as well as universal wheels. Pull request + courtesy Hugo. + + + + + .. change:: + :tags: feature, general + + With the 1.0 release, Alembic's minimum SQLAlchemy support version + moves to 0.9.0, previously 0.7.9. + + .. change:: + :tags: bug, batch + :tickets: 502 + + Fixed issue in batch where dropping a primary key column, then adding it + back under the same name but without the primary_key flag, would not remove + it from the existing PrimaryKeyConstraint. If a new PrimaryKeyConstraint + is added, it is used as-is, as was the case before. .. changelog:: :version: 0.9.10 diff --git a/docs/build/unreleased/491.rst b/docs/build/unreleased/491.rst deleted file mode 100644 index 3aed5da0..00000000 --- a/docs/build/unreleased/491.rst +++ /dev/null @@ -1,10 +0,0 @@ -.. change:: - :tags: feature, general - :tickets: 491 - - For Alembic 1.0, Python 2.6 / 3.3 support is being dropped, allowing a - fixed setup.py to be built as well as universal wheels. Pull request - courtesy Hugo. - - - diff --git a/docs/build/unreleased/502.rst b/docs/build/unreleased/502.rst deleted file mode 100644 index 01555363..00000000 --- a/docs/build/unreleased/502.rst +++ /dev/null @@ -1,8 +0,0 @@ -.. change:: - :tags: bug, batch - :tickets: 502 - - Fixed issue in batch where dropping a primary key column, then adding it - back under the same name but without the primary_key flag, would not remove - it from the existing PrimaryKeyConstraint. If a new PrimaryKeyConstraint - is added, it is used as-is, as was the case before. diff --git a/docs/build/unreleased/sqla_09_minimum.rst b/docs/build/unreleased/sqla_09_minimum.rst deleted file mode 100644 index 53dd6f6e..00000000 --- a/docs/build/unreleased/sqla_09_minimum.rst +++ /dev/null @@ -1,5 +0,0 @@ -.. change:: - :tags: feature, general - - With the 1.0 release, Alembic's minimum SQLAlchemy support version - moves to 0.9.0, previously 0.7.9. -- 2.47.2