From: Mike Bayer Date: Tue, 30 Mar 2021 23:04:53 +0000 (-0400) Subject: Version 1.3.25 placeholder X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a8d27f75767a472fe6fda6bc9fcc427e5070c0a8;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Version 1.3.25 placeholder --- 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):