From 2cdb0777c2bfd35b1cdda7fdb9ce60122211bc29 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 5 Sep 2017 09:56:17 -0400 Subject: [PATCH] - 1.1.14 placeholder Change-Id: I1648f7780cc0accdfe7650a62754b39c8e5552a8 --- doc/build/changelog/changelog_11.rst | 4 ++++ lib/sqlalchemy/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index 16f01be55a..af58b80bac 100644 --- a/doc/build/changelog/changelog_11.rst +++ b/doc/build/changelog/changelog_11.rst @@ -18,6 +18,10 @@ .. include:: changelog_07.rst :start-line: 5 +.. changelog:: + :version: 1.1.14 + :include_notes_from: unreleased_11 + .. changelog:: :version: 1.1.13 :released: August 3, 2017 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 277e083c23..06e7841a98 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.13' +__version__ = '1.1.14' def __go(lcls): -- 2.47.3