From 1a555a550869ca9e0602496a9f28fc7d2373dc3a Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 13 Mar 2017 12:34:05 -0400 Subject: [PATCH] - 1.0.18 setup Change-Id: Ief1c6285871544a4d699345040ee57276dbcf49b --- doc/build/changelog/changelog_10.rst | 3 +++ lib/sqlalchemy/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 616a836699..4b97415ea3 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -15,6 +15,9 @@ .. include:: changelog_07.rst :start-line: 5 +.. changelog:: + :version: 1.0.18 + .. changelog:: :version: 1.0.17 :released: January 17, 2017 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 876fc8123e..430ce7a310 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -121,7 +121,7 @@ from .schema import ( from .inspection import inspect from .engine import create_engine, engine_from_config -__version__ = '1.0.17' +__version__ = '1.0.18' def __go(lcls): -- 2.47.3