From cc6a13c4f4cf9e635aedfe3c377e5b6789f3e8f8 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 4 Feb 2013 13:44:48 -0500 Subject: [PATCH] ok seems we're up to 0.4.3... --- alembic/__init__.py | 2 +- docs/build/changelog.rst | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) 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 -- 2.47.2