]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.47 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Jan 2023 20:17:21 +0000 (15:17 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Jan 2023 20:17:21 +0000 (15:17 -0500)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index d1ee523a1f879b798563582c6b6d15dba7914004..3f0027fa146cd1d457997fa8af30b4223fbb7ab2 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.47
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.46
     :released: January 3, 2023
index 640872ea08b5c2460f502cb46c9af55b38a87fc5..3b356f9598f68c56b5499920de7559521393bd4a 100644 (file)
@@ -131,7 +131,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.46"
+__version__ = "1.4.47"
 
 
 def __go(lcls):