]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 2.0.10 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Apr 2023 23:37:03 +0000 (19:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Apr 2023 23:37:03 +0000 (19:37 -0400)
doc/build/changelog/changelog_20.rst
lib/sqlalchemy/__init__.py

index 20c64353b8534f1b58df8cbd38b2aa0431b2529c..aeb824133fa1729a7d3ff44e376066ca1a1ef1d0 100644 (file)
@@ -8,6 +8,10 @@
         :start-line: 5
 
 
+.. changelog::
+    :version: 2.0.10
+    :include_notes_from: unreleased_20
+
 .. changelog::
     :version: 2.0.9
     :released: April 5, 2023
index c5cb671980aa9996246658f7cd13d2987b04f2e9..935c160cf414f604f3cdcaf3ea12f16a04a6465f 100644 (file)
@@ -262,7 +262,7 @@ from .types import Uuid as Uuid
 from .types import VARBINARY as VARBINARY
 from .types import VARCHAR as VARCHAR
 
-__version__ = "2.0.9"
+__version__ = "2.0.10"
 
 
 def __go(lcls: Any) -> None: