summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2016-07-29 18:18:10 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2016-07-29 18:18:10 -0400
commit64424b870beef2bdb5a7b97ddb5c2602277d16ac (patch)
tree6f14b28eec5f80698347a98f473f78be079f311a
parent0d92f79fd86073203a2a956460140c311c85a396 (diff)
downloadsqlalchemy-64424b870beef2bdb5a7b97ddb5c2602277d16ac.tar.gz
- next release is 1.1.0
Change-Id: I1d8ac48e6457e80e93b925152f434c13139b3d94
-rw-r--r--doc/build/changelog/changelog_11.rst3
-rw-r--r--lib/sqlalchemy/__init__.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst
index 3a1b1e912..b6129cf77 100644
--- a/doc/build/changelog/changelog_11.rst
+++ b/doc/build/changelog/changelog_11.rst
@@ -19,6 +19,9 @@
:start-line: 5
.. changelog::
+ :version: 1.1.0
+
+.. changelog::
:version: 1.1.0b3
:released: July 26, 2016
diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py
index d90541d3e..e7810239c 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.0b3'
+__version__ = '1.1.0'
def __go(lcls):