]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 2.0.13 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Apr 2023 21:42:23 +0000 (17:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Apr 2023 21:42:23 +0000 (17:42 -0400)
doc/build/changelog/changelog_20.rst
lib/sqlalchemy/__init__.py

index 14c04826f6b1d5670db453d3ff1ae7b508da8b80..bb4144cd21a9af0dc2a28640a71d33ba5b82c374 100644 (file)
@@ -8,6 +8,10 @@
         :start-line: 5
 
 
+.. changelog::
+    :version: 2.0.13
+    :include_notes_from: unreleased_20
+
 .. changelog::
     :version: 2.0.12
     :released: April 30, 2023
index e9f94f1d9b01a32925a06af8e5551335d1c7efdf..ef35380ae79d6326071f2b7c72c26b15d4d09a33 100644 (file)
@@ -264,7 +264,7 @@ from .types import Uuid as Uuid
 from .types import VARBINARY as VARBINARY
 from .types import VARCHAR as VARCHAR
 
-__version__ = "2.0.12"
+__version__ = "2.0.13"
 
 
 def __go(lcls: Any) -> None: