From 3743a47fe0c7b3f2e485690a0a1835abf10b0a68 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 2 Jan 2024 20:32:38 -0500 Subject: [PATCH] Version 1.4.52 placeholder --- doc/build/changelog/changelog_14.rst | 4 ++++ lib/sqlalchemy/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/build/changelog/changelog_14.rst b/doc/build/changelog/changelog_14.rst index 97fc250db3..78b186863f 100644 --- a/doc/build/changelog/changelog_14.rst +++ b/doc/build/changelog/changelog_14.rst @@ -13,6 +13,10 @@ This document details individual issue-level changes made throughout :start-line: 5 +.. changelog:: + :version: 1.4.52 + :include_notes_from: unreleased_14 + .. changelog:: :version: 1.4.51 :released: January 2, 2024 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 063ac840eb..4b03001fba 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -131,7 +131,7 @@ from .types import VARBINARY from .types import VARCHAR -__version__ = "1.4.51" +__version__ = "1.4.52" def __go(lcls): -- 2.47.2