diff options
-rw-r--r-- | doc/build/changelog/changelog_11.rst | 3 | ||||
-rw-r--r-- | lib/sqlalchemy/__init__.py | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index 13720c812..f4acf4924 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.1 + +.. changelog:: :version: 1.1.0 :released: October 5, 2016 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index e7810239c..2654b5e97 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.0' +__version__ = '1.1.1' def __go(lcls): |