From a15b2ac0a184fecc50ea62315bd38478c4cf1ab8 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 30 Mar 2015 17:15:25 -0400 Subject: [PATCH] call this 1.0.0b5 for the moment --- doc/build/changelog/changelog_10.rst | 3 +++ lib/sqlalchemy/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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): -- 2.47.3