]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.5.1 rel_1_5_1
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 19 Jan 2021 15:19:02 +0000 (10:19 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 19 Jan 2021 15:19:02 +0000 (10:19 -0500)
docs/build/changelog.rst
docs/build/conf.py
docs/build/unreleased/780.rst [deleted file]

index 5710e767c3c2b003d809dbb7629b4841dadc71ec..3cf7f9627f041ecfae3fa620c1d3cda2afbbd8cc 100644 (file)
@@ -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
index 67fd269b6768cafd4926f600c655f89b8efdbbef..897574b8fbc3523aead357d0063b8de3999b0c7f 100644 (file)
@@ -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 (file)
index dd339fc..0000000
+++ /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.