From cfaf830a6f85fd08ec969ad7cb5d4617a46f62d5 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 4 Mar 2019 16:50:17 -0500 Subject: [PATCH] Version 1.3.1 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 a59266f9fc..a7f829652d 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.1 + :include_notes_from: unreleased_13 + .. changelog:: :version: 1.3.0 :released: March 4, 2019 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 20d68c2413..788ba0b68c 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -122,7 +122,7 @@ from .engine import create_engine # noqa nosort from .engine import engine_from_config # noqa nosort -__version__ = '1.3.0' +__version__ = '1.3.1' def __go(lcls): -- 2.47.2