]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 2.0.3 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Feb 2023 00:04:32 +0000 (19:04 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Feb 2023 00:04:32 +0000 (19:04 -0500)
doc/build/changelog/changelog_20.rst
lib/sqlalchemy/__init__.py

index 8ab6a94d69296648e2c2e6a98d28b1f2c22506c1..297617cd5f9bc6730cf377abf985b158ad39c4a7 100644 (file)
@@ -8,6 +8,10 @@
         :start-line: 5
 
 
+.. changelog::
+    :version: 2.0.3
+    :include_notes_from: unreleased_20
+
 .. changelog::
     :version: 2.0.2
     :released: February 6, 2023
index 9cb8140c6c7f7255abf66cf8f11766d087926dad..7e2b9a923ec3289601b3cb9008596dc44005e0cd 100644 (file)
@@ -260,7 +260,7 @@ from .types import Uuid as Uuid
 from .types import VARBINARY as VARBINARY
 from .types import VARCHAR as VARCHAR
 
-__version__ = "2.0.2"
+__version__ = "2.0.3"
 
 
 def __go(lcls: Any) -> None: