diff options
-rw-r--r-- | doc/build/changelog/changelog_13.rst | 4 | ||||
-rw-r--r-- | lib/sqlalchemy/__init__.py | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_13.rst b/doc/build/changelog/changelog_13.rst index 486c6fb59..2f023dcd2 100644 --- a/doc/build/changelog/changelog_13.rst +++ b/doc/build/changelog/changelog_13.rst @@ -11,6 +11,10 @@ :start-line: 5 .. changelog:: + :version: 1.3.0b2 + :include_notes_from: unreleased_13 + +.. changelog:: :version: 1.3.0b1 :released: November 16, 2018 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index e77bd65bd..6162ead5c 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -130,7 +130,7 @@ from .schema import ( from .inspection import inspect from .engine import create_engine, engine_from_config -__version__ = '1.3.0b1' +__version__ = '1.3.0b2' def __go(lcls): |