]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 2.0.48 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Feb 2026 16:38:55 +0000 (11:38 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Feb 2026 16:38:55 +0000 (11:38 -0500)
doc/build/changelog/changelog_20.rst
lib/sqlalchemy/__init__.py

index 8b53bf2a1a14358044299f86390549de34ac72e0..cf5e0cd52152473141beba3dd2f1527e9eb1d783 100644 (file)
@@ -8,6 +8,10 @@
         :start-line: 5
 
 
+.. changelog::
+    :version: 2.0.48
+    :include_notes_from: unreleased_20
+
 .. changelog::
     :version: 2.0.47
     :released: February 24, 2026
index b6cec68353e5079227216fa2e5d16067a5264516..2006f577a88895cf10515addc721868916788b38 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.47"
+__version__ = "2.0.48"
 
 
 def __go(lcls: Any) -> None: