]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.2.1 rel_1_2_1
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Sep 2019 17:24:17 +0000 (13:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Sep 2019 17:24:17 +0000 (13:24 -0400)
docs/build/changelog.rst
docs/build/conf.py
docs/build/unreleased/592.rst [deleted file]
docs/build/unreleased/601.rst [deleted file]

index cb48885bd81ea1163704f229380ddce9b1cf9a26..91ae7de1a9b3531f7877c2c547db7a6452a28dab 100644 (file)
@@ -5,7 +5,24 @@ Changelog
 
 .. changelog::
     :version: 1.2.1
-    :include_notes_from: unreleased
+    :released: September 24, 2019
+
+    .. change::
+        :tags: bug, command
+        :tickets: 601
+
+        Reverted the name change of the "revisions" argument to
+        :func:`.command.stamp` to "revision" as apparently applications are
+        calling upon this argument as a keyword name.  Pull request courtesy
+        Thomas Bechtold.  Special translations are also added to the command
+        line interface so that it is still known as "revisions" in the CLI.
+
+    .. change::
+        :tags: bug, tests
+        :tickets: 592
+
+        Removed the "test requirements" from "setup.py test", as this command now
+        only emits a removal error in any case and these requirements are unused.
 
 .. changelog::
     :version: 1.2.0
index ab5c4b64fc9f5d6edfd0fe3f3e8e5b2d31e0eb32..84563e5d2f2c4251ce255bc759d5a82b4562c204 100644 (file)
@@ -85,8 +85,8 @@ copyright = u"2010-2019, Mike Bayer"  # noqa
 # The short X.Y version.
 version = alembic.__version__
 # The full version, including alpha/beta/rc tags.
-release = "1.2.0"
-release_date = "September 20, 2019"
+release = "1.2.1"
+release_date = "September 24, 2019"
 
 
 # The language for content autogenerated by Sphinx. Refer to documentation
diff --git a/docs/build/unreleased/592.rst b/docs/build/unreleased/592.rst
deleted file mode 100644 (file)
index 9f5f369..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-.. change::
-    :tags: bug, tests
-    :tickets: 592
-
-    Removed the "test requirements" from "setup.py test", as this command now
-    only emits a removal error in any case and these requirements are unused.
diff --git a/docs/build/unreleased/601.rst b/docs/build/unreleased/601.rst
deleted file mode 100644 (file)
index 5e89f39..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-.. change::
-    :tags: bug, command
-    :tickets: 601
-
-    Reverted the name change of the "revisions" argument to
-    :func:`.command.stamp` to "revision" as apparently applications are
-    calling upon this argument as a keyword name.  Pull request courtesy
-    Thomas Bechtold.  Special translations are also added to the command
-    line interface so that it is still known as "revisions" in the CLI.