.. changelog::
:version: 1.6.4
- :include_notes_from: unreleased
+ :released: May 24, 2021
+
+ .. change::
+ :tags: bug, regression, op directives
+ :tickets: 848
+
+ Fixed regression caused by just fixed :ticket:`844` that scaled back the
+ filter for ``unique=True/index=True`` too far such that these directives no
+ longer worked for the ``op.create_table()`` op, this has been fixed.
.. changelog::
:version: 1.6.3
# The short X.Y version.
version = alembic.__version__
# The full version, including alpha/beta/rc tags.
-release = "1.6.3"
-release_date = "May 21, 2021"
+release = "1.6.4"
+release_date = "May 24, 2021"
# The language for content autogenerated by Sphinx. Refer to documentation
+++ /dev/null
-.. change::
- :tags: bug, regression, op directives
- :tickets: 848
-
- Fixed regression caused by just fixed :ticket:`844` that scaled back the
- filter for ``unique=True/index=True`` too far such that these directives no
- longer worked for the ``op.create_table()`` op, this has been fixed.