.. changelog::
:version: 1.5.8
- :include_notes_from: unreleased
+ :released: March 23, 2021
+
+ .. change::
+ :tags: bug, environment
+ :tickets: 816
+
+ Fixed regression caused by SQLAlchemy 1.4 where the "alembic current"
+ command would fail due to changes in the ``URL`` object.
+
.. changelog::
:version: 1.5.7
# The short X.Y version.
version = alembic.__version__
# The full version, including alpha/beta/rc tags.
-release = "1.5.7"
-release_date = "March 11, 2021"
+release = "1.5.8"
+release_date = "March 23, 2021"
# The language for content autogenerated by Sphinx. Refer to documentation
+++ /dev/null
-.. change::
- :tags: bug, environment
- :tickets: 816
-
- Fixed regression caused by SQLAlchemy 1.4 where the "alembic current"
- command would fail due to changes in the ``URL`` object.
-