From: Mike Bayer Date: Sat, 13 Apr 2013 00:13:45 +0000 (-0400) Subject: docs X-Git-Tag: rel_0_6_0~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46c12b60c8805d0e189197b33c46fc7ab55a366c;p=thirdparty%2Fsqlalchemy%2Falembic.git docs --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 2557e2ac..ec9fbe86 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -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 diff --git a/docs/build/front.rst b/docs/build/front.rst index fae6cd47..d9963b8b 100644 --- a/docs/build/front.rst +++ b/docs/build/front.rst @@ -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 =========