]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.0.0
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Jul 2018 17:48:09 +0000 (13:48 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Jul 2018 17:48:09 +0000 (13:48 -0400)
docs/build/changelog.rst
docs/build/unreleased/491.rst [deleted file]
docs/build/unreleased/502.rst [deleted file]
docs/build/unreleased/sqla_09_minimum.rst [deleted file]

index 2332d70fe3364096ecba99006ac0880fafc75e09..161bec3384ac6c570e1652c9cd0c90ec3f3cf22f 100644 (file)
@@ -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 (file)
index 3aed5da..0000000
+++ /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 (file)
index 0155536..0000000
+++ /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 (file)
index 53dd6f6..0000000
+++ /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.