From 0d1383fc1ba1f75599832737b9d81a5fcdfcaaf9 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 1 Apr 2017 11:37:13 -0400 Subject: [PATCH] - 1.1.9 prep Change-Id: I89f403529969f703f3b153fda317f163137686db --- 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 3179d66d48..35e217b334 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.9 + .. changelog:: :version: 1.1.8 :released: March 31, 2017 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 8658c3833d..a2116e0f13 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.8' +__version__ = '1.1.9' def __go(lcls): -- 2.47.3