]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- 2.0.12 rel_2_0_12
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Apr 2023 21:34:36 +0000 (17:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Apr 2023 21:34:36 +0000 (17:34 -0400)
doc/build/changelog/changelog_20.rst
doc/build/changelog/unreleased_20/9722.rst [deleted file]
doc/build/conf.py

index ad54b7c5afa1755ff008d721369e8f7415d79e2c..14c04826f6b1d5670db453d3ff1ae7b508da8b80 100644 (file)
 
 .. changelog::
     :version: 2.0.12
-    :include_notes_from: unreleased_20
+    :released: April 30, 2023
+
+    .. change::
+        :tags: bug, mysql, mariadb
+        :tickets: 9722
+
+        Fixed issues regarding reflection of comments for :class:`_schema.Table`
+        and :class:`_schema.Column` objects, where the comments contained control
+        characters such as newlines. Additional testing support for these
+        characters as well as extended Unicode characters in table and column
+        comments (the latter of which aren't supported by MySQL/MariaDB) added to
+        testing overall.
 
 .. changelog::
     :version: 2.0.11
diff --git a/doc/build/changelog/unreleased_20/9722.rst b/doc/build/changelog/unreleased_20/9722.rst
deleted file mode 100644 (file)
index ad8fe55..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-.. change::
-    :tags: bug, mysql, mariadb
-    :tickets: 9722
-
-    Fixed issues regarding reflection of comments for :class:`_schema.Table`
-    and :class:`_schema.Column` objects, where the comments contained control
-    characters such as newlines. Additional testing support for these
-    characters as well as extended Unicode characters in table and column
-    comments (the latter of which aren't supported by MySQL/MariaDB) added to
-    testing overall.
index ccedb4906a3197fbe877aef2e91b3ebbf9c6399e..0c1455bdbc667d07fe97ccc37c28256fbd29ec50 100644 (file)
@@ -242,9 +242,9 @@ copyright = "2007-2023, the SQLAlchemy authors and contributors"  # noqa
 # The short X.Y version.
 version = "2.0"
 # The full version, including alpha/beta/rc tags.
-release = "2.0.11"
+release = "2.0.12"
 
-release_date = "April 26, 2023"
+release_date = "April 30, 2023"
 
 site_base = os.environ.get("RTD_SITE_BASE", "https://www.sqlalchemy.org")
 site_adapter_template = "docs_adapter.mako"