]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.43 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 16 Oct 2022 14:25:36 +0000 (10:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 16 Oct 2022 14:25:36 +0000 (10:25 -0400)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index f82d623a2081f1b2a9e80679882369e05cdb0b08..3b19d78226a19c9c2b7abe4f2b10cde3b8ef72dc 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.43
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.42
     :released: October 16, 2022
index 772a60d75ec97692a4a0e3ba1e4a5bf5a5750a09..2714b994620d69bb661e801ab67a5aae3f8fe462 100644 (file)
@@ -131,7 +131,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.42"
+__version__ = "1.4.43"
 
 
 def __go(lcls):