summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-03-23 14:13:02 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2021-03-23 14:13:02 -0400
commit815e1954894e74f370ee290e2cc57cc8156e476f (patch)
tree68bb6008e4b67fcab6575f4f2061220a091ba4ff
parent00d050b4e4ff711a0730cb5ab39ef655bc55f00a (diff)
downloadalembic-815e1954894e74f370ee290e2cc57cc8156e476f.tar.gz
- 1.5.8rel_1_5_8
-rw-r--r--docs/build/changelog.rst10
-rw-r--r--docs/build/conf.py4
-rw-r--r--docs/build/unreleased/816.rst7
3 files changed, 11 insertions, 10 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index fa12f7f..b3e9ba0 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -5,7 +5,15 @@ Changelog
.. 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
diff --git a/docs/build/conf.py b/docs/build/conf.py
index 9c1233c..dafc234 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.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
diff --git a/docs/build/unreleased/816.rst b/docs/build/unreleased/816.rst
deleted file mode 100644
index 9ce2425..0000000
--- a/docs/build/unreleased/816.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-.. 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.
-