From: Mike Bayer Date: Mon, 30 Mar 2015 21:15:25 +0000 (-0400) Subject: call this 1.0.0b5 for the moment X-Git-Tag: rel_1_0_0b5~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a15b2ac0a184fecc50ea62315bd38478c4cf1ab8;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git call this 1.0.0b5 for the moment --- diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 2f4928fa79..96dd1d5c08 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -15,6 +15,9 @@ .. include:: changelog_07.rst :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 c1e84733c3..709ba32464 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):