From: Mike Bayer Date: Mon, 4 Feb 2013 18:44:48 +0000 (-0500) Subject: ok seems we're up to 0.4.3... X-Git-Tag: rel_0_5_0~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc6a13c4f4cf9e635aedfe3c377e5b6789f3e8f8;p=thirdparty%2Fsqlalchemy%2Falembic.git ok seems we're up to 0.4.3... --- diff --git a/alembic/__init__.py b/alembic/__init__.py index 88333052..2ca08edb 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -1,6 +1,6 @@ from os import path -__version__ = '0.4.2' +__version__ = '0.4.3' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 69ecbfeb..9f8dd249 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,11 +3,8 @@ Changelog ========== - - .. changelog:: - :version: 0.4.2 - :released: Fri Jan 11 2013 + :version: 0.4.3 .. change:: :tags: bug, documentation @@ -17,6 +14,10 @@ Changelog ``type`` will remain in at least the near future for backwards compatibility. +.. changelog:: + :version: 0.4.2 + :released: Fri Jan 11 2013 + .. change:: :tags: bug, autogenerate :tickets: 99