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

index d11f26340c4c4606546ea1a55af72dcbbbbf6fef..ab9552ec7f5b891e2f354fc1caeea62fda3a3ef7 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.49
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.48
     :released: April 30, 2023
index 54be07f29d6e1378a67d98017f7cfaa58480a62e..e6c51677ff11f0ee76b4977350a38e6a7a56aa92 100644 (file)
@@ -131,7 +131,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.48"
+__version__ = "1.4.49"
 
 
 def __go(lcls):