]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 2.0.28 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 13 Feb 2024 15:05:54 +0000 (10:05 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 13 Feb 2024 15:05:54 +0000 (10:05 -0500)
doc/build/changelog/changelog_20.rst
lib/sqlalchemy/__init__.py

index 9c6d42fdd37de11e2ea67543e0d4c397ea6ca885..6d0dfaf8d4dd034b9189c038afe24f7db23ac55a 100644 (file)
@@ -8,6 +8,10 @@
         :start-line: 5
 
 
+.. changelog::
+    :version: 2.0.28
+    :include_notes_from: unreleased_20
+
 .. changelog::
     :version: 2.0.27
     :released: February 13, 2024
index 7090a744c96aa4540ca3b7f5784a24523d278ad3..2cdd96e234c992b09e3691ecf01d93c8631a58d1 100644 (file)
@@ -269,7 +269,7 @@ from .types import Uuid as Uuid
 from .types import VARBINARY as VARBINARY
 from .types import VARCHAR as VARCHAR
 
-__version__ = "2.0.27"
+__version__ = "2.0.28"
 
 
 def __go(lcls: Any) -> None: