]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Version 1.4.51 placeholder
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Oct 2023 20:32:30 +0000 (16:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Oct 2023 20:32:30 +0000 (16:32 -0400)
doc/build/changelog/changelog_14.rst
lib/sqlalchemy/__init__.py

index 8e3a04c8d066547479598f4c387038b58caf6c5d..00a709e4497a33d523d2d731607d4e2e1ae6d09c 100644 (file)
@@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout
         :start-line: 5
 
 
+.. changelog::
+    :version: 1.4.51
+    :include_notes_from: unreleased_14
+
 .. changelog::
     :version: 1.4.50
     :released: October 29, 2023
index 4c49a58148d6df86aa82eb9d511aa108937504be..4f0c3666363317a77e1d77f5751e934377496268 100644 (file)
@@ -131,7 +131,7 @@ from .types import VARBINARY
 from .types import VARCHAR
 
 
-__version__ = "1.4.50"
+__version__ = "1.4.51"
 
 
 def __go(lcls):