From a8d27f75767a472fe6fda6bc9fcc427e5070c0a8 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 30 Mar 2021 19:04:53 -0400 Subject: [PATCH] Version 1.3.25 placeholder --- doc/build/changelog/changelog_13.rst | 4 ++++ lib/sqlalchemy/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/build/changelog/changelog_13.rst b/doc/build/changelog/changelog_13.rst index a50d012fb3..85e235036e 100644 --- a/doc/build/changelog/changelog_13.rst +++ b/doc/build/changelog/changelog_13.rst @@ -10,6 +10,10 @@ .. include:: changelog_11.rst :start-line: 5 +.. changelog:: + :version: 1.3.25 + :include_notes_from: unreleased_13 + .. changelog:: :version: 1.3.24 :released: March 30, 2021 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index fbe8af5550..9f9335efe2 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -124,7 +124,7 @@ from .engine import create_engine # noqa nosort from .engine import engine_from_config # noqa nosort -__version__ = "1.3.24" +__version__ = "1.3.25" def __go(lcls): -- 2.47.3