From 2c53fdc4503a7e5108e9b95ed22af125df6dafed Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 29 Oct 2023 16:32:30 -0400 Subject: [PATCH] Version 1.4.51 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 8e3a04c8d0..00a709e449 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.51 + :include_notes_from: unreleased_14 + .. changelog:: :version: 1.4.50 :released: October 29, 2023 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 4c49a58148..4f0c366636 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.50" +__version__ = "1.4.51" def __go(lcls): -- 2.47.2