From 4e811fd72e615116c448fba323aa57f7efd4798c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 20 Jun 2016 11:42:53 -0400 Subject: [PATCH] - create space for 1.1.0b2 Change-Id: I8815a68dcf6e5d27f3f82b02f939f72d9a412337 --- 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 fdc9a585a9..c2ae4f7cff 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.0b2 + .. changelog:: :version: 1.1.0b1 :released: June 16, 2016 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index eca9f9c7f3..fe7d84d282 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.0b1' +__version__ = '1.1.0b2' def __go(lcls): -- 2.47.2