]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
docs
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Apr 2013 00:13:45 +0000 (20:13 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Apr 2013 00:13:45 +0000 (20:13 -0400)
docs/build/changelog.rst
docs/build/front.rst

index 2557e2accb48995d3228adf9cb0df9bf99e2d761..ec9fbe86d8fd924b01b4b731ba71e64d58826740 100644 (file)
@@ -3,6 +3,19 @@
 Changelog
 ==========
 
+.. changelog::
+    :version: 0.6.0
+
+    .. change::
+      :tags: feature
+      :pullreq: 34
+      :tickets: 55
+
+      Source base is now in-place for Python 2.6 through
+      3.3, without the need for 2to3.   Support for Python 2.5
+      and below has been dropped.   Huge thanks to
+      Hong Minhee for all the effort on this!
+
 .. changelog::
     :version: 0.5.0
     :released: Thu Apr 4 2013
index fae6cd4765f2a8c6e6140f17ba2ff8b3a7b3f22e..d9963b8b26c4f8317960ddc3994557b92aaf43e9 100644 (file)
@@ -51,9 +51,13 @@ is installed, in addition to other dependencies.  Alembic will work with
 SQLAlchemy as of version **0.7.3**.   The latest version of SQLAlchemy within
 the **0.7** or **0.8** series is strongly recommended.
 
+Alembic supports Python versions 2.6 and above.
+
 .. versionchanged:: 0.5.0
        Support for SQLAlchemy 0.6 has been dropped.
 
+.. versionchanged:: 0.6.0
+       Now supporting Python 2.6 and above.
 
 Community
 =========