diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-30 17:15:25 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-30 17:15:48 -0400 |
commit | a15b2ac0a184fecc50ea62315bd38478c4cf1ab8 (patch) | |
tree | 59481fdb6751577df905aae9d54fe9156dc861b1 | |
parent | 78b1850ae5649896da62135cb29b238adaad5c38 (diff) | |
download | sqlalchemy-a15b2ac0a184fecc50ea62315bd38478c4cf1ab8.tar.gz |
call this 1.0.0b5 for the moment
-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): |