From 39ac19510989390dddf7a51f65ec7c8830ec04d1 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 20 Oct 2016 11:46:41 -0400 Subject: [PATCH] - open for 1.1.3 Change-Id: I283e52a7a63ec4f7a285aba1b41627f11b7ad41b --- doc/build/changelog/changelog_11.rst | 3 +++ lib/sqlalchemy/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index ea14432fba..c8785b7661 100644 --- a/doc/build/changelog/changelog_11.rst +++ b/doc/build/changelog/changelog_11.rst @@ -18,6 +18,9 @@ .. include:: changelog_07.rst :start-line: 5 +.. changelog:: + :version: 1.1.3 + .. changelog:: :version: 1.1.2 :released: October 17, 2016 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 74e768590d..ca681a0719 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -128,7 +128,7 @@ from .schema import ( from .inspection import inspect from .engine import create_engine, engine_from_config -__version__ = '1.1.2' +__version__ = '1.1.3' def __go(lcls): -- 2.47.3