From 979a32f8e92c56fd5a0b9ca3e9cb1842290fd84d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 11 Jan 2013 11:17:13 -0500 Subject: [PATCH] 0.4.2 --- alembic/__init__.py | 2 +- docs/build/changelog.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/alembic/__init__.py b/alembic/__init__.py index fb9171b5..88333052 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -1,6 +1,6 @@ from os import path -__version__ = '0.4.1' +__version__ = '0.4.2' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index fba75ffa..0525597e 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -7,6 +7,7 @@ Changelog .. changelog:: :version: 0.4.2 + :released: Fri Jan 11 2013 .. change:: :tags: bug, autogenerate -- 2.47.2