From 9edac949b4436792016fbcfa718a26169e27be76 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 31 May 2022 17:28:09 -0400 Subject: [PATCH] Version 1.4.38 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 1c043fef4e..61e2fad816 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.38 + :include_notes_from: unreleased_14 + .. changelog:: :version: 1.4.37 :released: May 31, 2022 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 0ed1fef071..91a4b0767d 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.37" +__version__ = "1.4.38" def __go(lcls): -- 2.47.2