.. changelog::
:version: 1.5.7
- :include_notes_from: unreleased
+ :released: March 11, 2021
+
+ .. change::
+ :tags: bug, autogenerate
+ :tickets: 813
+
+ Adjusted the recently added
+ :paramref:`.EnvironmentContext.configure.include_name` hook to accommodate
+ for additional object types such as "views" that don't have a parent table,
+ to support third party recipes and extensions. Pull request courtesy Oliver
+ Rice.
.. changelog::
:version: 1.5.6
# The short X.Y version.
version = alembic.__version__
# The full version, including alpha/beta/rc tags.
-release = "1.5.6"
-release_date = "March 5, 2021"
+release = "1.5.7"
+release_date = "March 11, 2021"
# The language for content autogenerated by Sphinx. Refer to documentation
+++ /dev/null
-.. change::
- :tags: bug, autogenerate
- :tickets: 813
-
- Adjusted the recently added
- :paramref:`.EnvironmentContext.configure.include_name` hook to accommodate
- for additional object types such as "views" that don't have a parent table,
- to support third party recipes and extensions. Pull request courtesy Oliver
- Rice.