summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-03-30 17:15:25 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-03-30 17:15:48 -0400
commita15b2ac0a184fecc50ea62315bd38478c4cf1ab8 (patch)
tree59481fdb6751577df905aae9d54fe9156dc861b1
parent78b1850ae5649896da62135cb29b238adaad5c38 (diff)
downloadsqlalchemy-a15b2ac0a184fecc50ea62315bd38478c4cf1ab8.tar.gz
call this 1.0.0b5 for the moment
-rw-r--r--doc/build/changelog/changelog_10.rst3
-rw-r--r--lib/sqlalchemy/__init__.py2
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):