Skip to content

Commit

Permalink
- 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Oct 6, 2021
1 parent d5d3048 commit 9872fbb
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 17 deletions.
18 changes: 17 additions & 1 deletion docs/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,23 @@ Changelog

.. changelog::
:version: 1.7.4
:include_notes_from: unreleased
:released: October 6, 2021

.. change::
:tags: bug, regression
:tickets: 934

Fixed a regression that prevented the use of post write hooks
on python version lower than 3.9

.. change::
:tags: bug, environment
:tickets: 944

Fixed issue where the :meth:`.MigrationContext.autocommit_block` feature
would fail to function when using a SQLAlchemy engine using 2.0 future
mode.


.. changelog::
:version: 1.7.3
Expand Down
4 changes: 2 additions & 2 deletions docs/build/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
# The short X.Y version.
version = alembic.__version__
# The full version, including alpha/beta/rc tags.
release = "1.7.3"
release_date = "September 17, 2021"
release = "1.7.4"
release_date = "October 6, 2021"


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
6 changes: 0 additions & 6 deletions docs/build/unreleased/934.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/build/unreleased/944.rst

This file was deleted.

0 comments on commit 9872fbb

Please sign in to comment.