From 7c8c124dbe71602daed471e43af45051c5626c09 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 5 Jul 2016 13:05:07 -0400 Subject: [PATCH] - version bump Change-Id: I5ace1a90f36678c006d704b452fbbe8a3eb1cd0a --- 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 455156f30a..09a63a7039 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.0b3 + .. changelog:: :version: 1.1.0b2 :released: July 1, 2016 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index fe7d84d282..d90541d3e0 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.0b2' +__version__ = '1.1.0b3' def __go(lcls): -- 2.47.3