From e3afd4b7485f935a4b58ca05cfe67f9e8f100073 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 13 May 2020 17:40:40 -0400 Subject: [PATCH] Version 1.3.18 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 a9039a7029..0b58c24c3d 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.18 + :include_notes_from: unreleased_13 + .. changelog:: :version: 1.3.17 :released: May 13, 2020 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 236778ee47..a4d045bfc5 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -123,7 +123,7 @@ from .engine import create_engine # noqa nosort from .engine import engine_from_config # noqa nosort -__version__ = '1.3.17' +__version__ = '1.3.18' def __go(lcls): -- 2.39.5