From ad1c56b3a2f32e4ab752f799992c8d18f8d09229 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 22 Feb 2018 16:16:11 -0500 Subject: [PATCH] Version 1.1.18 placeholder --- 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 2e1323cfbe..e5feb1f3f5 100644 --- a/doc/build/changelog/changelog_11.rst +++ b/doc/build/changelog/changelog_11.rst @@ -17,6 +17,10 @@ :start-line: 5 +.. changelog:: + :version: 1.1.18 + :include_notes_from: unreleased_11 + .. changelog:: :version: 1.1.17 :released: February 22, 2018 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 392783de5f..52a0e4bc77 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -130,7 +130,7 @@ from .schema import ( from .inspection import inspect from .engine import create_engine, engine_from_config -__version__ = '1.1.17' +__version__ = '1.1.18' def __go(lcls): -- 2.47.3