summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-10-06 10:13:39 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2021-10-06 10:13:39 -0400
commit9872fbbca84f600e184c29227f8f863038788448 (patch)
treef1932fdf753316fe682901a30a394984995d83b4
parentd5d30480f3f62f772e59708d0d065de13f01daf1 (diff)
downloadalembic-9872fbbca84f600e184c29227f8f863038788448.tar.gz
- 1.7.4rel_1_7_4
-rw-r--r--docs/build/changelog.rst18
-rw-r--r--docs/build/conf.py4
-rw-r--r--docs/build/unreleased/934.rst6
-rw-r--r--docs/build/unreleased/944.rst8
4 files changed, 19 insertions, 17 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index 2466495..fd40645 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -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
diff --git a/docs/build/conf.py b/docs/build/conf.py
index a0bbbfb..27d5f8f 100644
--- a/docs/build/conf.py
+++ b/docs/build/conf.py
@@ -85,8 +85,8 @@ copyright = u"2010-2021, Mike Bayer" # noqa
# 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
diff --git a/docs/build/unreleased/934.rst b/docs/build/unreleased/934.rst
deleted file mode 100644
index 27febdd..0000000
--- a/docs/build/unreleased/934.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-.. change::
- :tags: bug, regression
- :tickets: 934
-
- Fixed a regression that prevented the use of post write hooks
- on python version lower than 3.9
diff --git a/docs/build/unreleased/944.rst b/docs/build/unreleased/944.rst
deleted file mode 100644
index 79b846e..0000000
--- a/docs/build/unreleased/944.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-.. 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.
-