diff options
| -rw-r--r-- | doc/build/changelog/changelog_10.rst | 3 | ||||
| -rw-r--r-- | lib/sqlalchemy/__init__.py | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 2f4928fa7..96dd1d5c0 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -16,6 +16,9 @@ :start-line: 5 .. changelog:: + :version: 1.0.0b5 + +.. changelog:: :version: 1.0.0b4 :released: March 29, 2015 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index c1e84733c..709ba3246 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -120,7 +120,7 @@ from .schema import ( from .inspection import inspect from .engine import create_engine, engine_from_config -__version__ = '1.0.0b4' +__version__ = '1.0.0b5' def __go(lcls): |
