.. 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
# 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
+++ /dev/null
-.. 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.
+++ /dev/null
-.. 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.