From 11b34453ce8bfd15ea0c2d64b0d7b5d55ebfc005 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 24 Jul 2014 14:06:57 -0400 Subject: [PATCH] - start 0.9.8 --- doc/build/changelog/changelog_09.rst | 3 +++ lib/sqlalchemy/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 15899fb7a1..3ec09076bc 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -10,6 +10,9 @@ .. include:: changelog_07.rst :start-line: 5 +.. changelog:: + :version: 0.9.8 + .. changelog:: :version: 0.9.7 :released: July 22, 2014 diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 2815b1ff20..059cc8c2fc 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -117,7 +117,7 @@ from .schema import ( from .inspection import inspect from .engine import create_engine, engine_from_config -__version__ = '0.9.7' +__version__ = '0.9.8' def __go(lcls): -- 2.47.3