]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
ok seems we're up to 0.4.3...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Feb 2013 18:44:48 +0000 (13:44 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Feb 2013 18:44:48 +0000 (13:44 -0500)
alembic/__init__.py
docs/build/changelog.rst

index 883330522ac2003c01eb8353a927a406f55765ce..2ca08edbb293c5035a6affce6fbc62773f9d3842 100644 (file)
@@ -1,6 +1,6 @@
 from os import path
 
-__version__ = '0.4.2'
+__version__ = '0.4.3'
 
 package_dir = path.abspath(path.dirname(__file__))
 
index 69ecbfeb90d371b85521ee1e4f7b1f8e728bcef9..9f8dd2491b464d0afb25293625f51000ef81f900 100644 (file)
@@ -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