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 fdc9a585a..c2ae4f7cf 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.0b2 + +.. changelog:: :version: 1.1.0b1 :released: June 16, 2016 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index eca9f9c7f..fe7d84d28 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): |