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

index 7ecfa2875903d1b0d292cd055a666f1a247f4364..b7df8f5c044631d106f4151aeaaf004e351ba823 100644 (file)
@@ -8,6 +8,10 @@
         :start-line: 5
 
 
+.. changelog::
+    :version: 2.0.4
+    :include_notes_from: unreleased_20
+
 .. changelog::
     :version: 2.0.3
     :released: February 9, 2023
index 7e2b9a923ec3289601b3cb9008596dc44005e0cd..f6a539c3cc78ef3881ae54e4f8df4126dc667c7c 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.3"
+__version__ = "2.0.4"
 
 
 def __go(lcls: Any) -> None: