]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.42 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Sep 2022 00:58:37 +0000 (20:58 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Sep 2022 00:58:37 +0000 (20:58 -0400)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index ce7819a099dffde6c76ab343c8c7caf02695c76d..060d964a1488817f40c82fae3591a4fd41d9d826 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.42
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.41
     :released: September 6, 2022
index 665c04911972ebb9ad781978815efec0b6ae20d1..772a60d75ec97692a4a0e3ba1e4a5bf5a5750a09 100644 (file)
@@ -131,7 +131,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.41"
+__version__ = "1.4.42"
 
 
 def __go(lcls):