]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.10.3 rel_1_10_3
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Apr 2023 19:39:34 +0000 (15:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Apr 2023 19:39:34 +0000 (15:39 -0400)
docs/build/changelog.rst
docs/build/conf.py
docs/build/unreleased/1191.rst [deleted file]
docs/build/unreleased/1212.rst [deleted file]

index 6dbb55f6b1ba7026e50f85a3b591d6bcc05c8146..aef09dba073a895d1a7eb5f32a1f29536caac0fa 100644 (file)
@@ -5,7 +5,22 @@ Changelog
 
 .. changelog::
     :version: 1.10.3
-    :include_notes_from: unreleased
+    :released: April 5, 2023
+
+    .. change::
+        :tags: bug, typing
+        :tickets: 1191, 1201
+
+        Fixed various typing issues observed with pyright, including issues
+        involving the combination of :class:`.Function` and
+        :meth:`.MigrationContext.begin_transaction`.
+
+    .. change::
+        :tags: bug, autogenerate
+        :tickets: 1212
+
+        Fixed error raised by alembic when running autogenerate after removing
+        a function based index.
 
 .. changelog::
     :version: 1.10.2
index fd0b2ae4ed47f78e6b089d03ea6be8cf8c21a782..0c1080960995f690212d75cc5d6a40698ae4cd6e 100644 (file)
@@ -99,8 +99,8 @@ copyright = "2010-2023, Mike Bayer"  # noqa
 # The short X.Y version.
 version = alembic.__version__
 # The full version, including alpha/beta/rc tags.
-release = "1.10.2"
-release_date = "March 8, 2023"
+release = "1.10.3"
+release_date = "April 5, 2023"
 
 
 # The language for content autogenerated by Sphinx. Refer to documentation
diff --git a/docs/build/unreleased/1191.rst b/docs/build/unreleased/1191.rst
deleted file mode 100644 (file)
index 0ef1953..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-.. change::
-    :tags: bug, typing
-    :tickets: 1191, 1201
-
-    Fixed various typing issues observed with pyright, including issues
-    involving the combination of :class:`.Function` and
-    :meth:`.MigrationContext.begin_transaction`.
diff --git a/docs/build/unreleased/1212.rst b/docs/build/unreleased/1212.rst
deleted file mode 100644 (file)
index e27ecb1..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-.. change::
-    :tags: bug, autogenerate
-    :tickets: 1212
-
-    Fixed error raised by alembic when running autogenerate after removing
-    a function based index.