.. changelog::
:version: 1.5.1
- :include_notes_from: unreleased
+ :released: January 19, 2021
+
+ .. change::
+ :tags: bug, installation, commands
+ :tickets: 780
+
+ Fixed installation issue where the "templates" directory was not being
+ installed, preventing commands like "list_templates" and "init" from
+ working.
.. changelog::
:version: 1.5.0
# The short X.Y version.
version = alembic.__version__
# The full version, including alpha/beta/rc tags.
-release = "1.5.0"
-release_date = "January 18, 2021"
+release = "1.5.1"
+release_date = "January 19, 2021"
# The language for content autogenerated by Sphinx. Refer to documentation
+++ /dev/null
-.. change::
- :tags: bug, installation, commands
- :tickets: 780
-
- Fixed installation issue where the "templates" directory was not being
- installed, preventing commands like "list_templates" and "init" from
- working.