.. changelog::
:version: 1.7.3
- :include_notes_from: unreleased
+ :released: September 17, 2021
+
+ .. change::
+ :tags: bug, mypy
+ :tickets: 914
+
+ Fixed type annotations for the "constraint_name" argument of operations
+ ``create_primary_key()``, ``create_foreign_key()``. Pull request courtesy
+ TilmanK.
+
.. changelog::
:version: 1.7.2
# The short X.Y version.
version = alembic.__version__
# The full version, including alpha/beta/rc tags.
-release = "1.7.2"
+release = "1.7.3"
release_date = "September 17, 2021"
+++ /dev/null
-.. change::
- :tags: bug, mypy
- :tickets: 914
-
- Fixed type annotations for the "constraint_name" argument of operations
- ``create_primary_key()``, ``create_foreign_key()``. Pull request courtesy
- TilmanK.
-