From: Mike Bayer Date: Tue, 19 Jan 2021 15:19:02 +0000 (-0500) Subject: - 1.5.1 X-Git-Tag: rel_1_5_1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5208fa572c7c1ee5c5010761753b0149175d3e70;p=thirdparty%2Fsqlalchemy%2Falembic.git - 1.5.1 --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 5710e767..3cf7f962 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -5,7 +5,15 @@ Changelog .. 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 diff --git a/docs/build/conf.py b/docs/build/conf.py index 67fd269b..897574b8 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.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 diff --git a/docs/build/unreleased/780.rst b/docs/build/unreleased/780.rst deleted file mode 100644 index dd339fc6..00000000 --- a/docs/build/unreleased/780.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. 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.