From 73244c3ffaaf0c2327ffda95108c817e78f17a96 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Fri, 27 May 2011 13:06:37 +0200 Subject: [PATCH] update changelog and version information --- docs/changelog.rst | 13 ++++++++++++- docs/index.rst | 9 ++++++--- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 399f1b8..c5d0b94 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,11 +1,22 @@ -0.6.2 (XXXX-XX-XX) +0.7 (2011-05-27) --------------------------- +Features +****************** + +- compatibility with SQLAlchemy 0.7 + +Fixed bugs +****************** + +- fix compatibility issues with SQLAlchemy 0.7 + 0.6.1 (2011-02-11) --------------------------- Features ****************** + - implemented column adding when foreign keys are present for sqlite - implemented columns adding with unique constraints for sqlite - implemented adding unique and foreign key constraints to columns diff --git a/docs/index.rst b/docs/index.rst index 3dfa2e9..474b0d1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,6 +8,7 @@ :Maintainer: Domen Kožar :Source code: http://code.google.com/p/sqlalchemy-migrate/issues/list :Issues: http://code.google.com/p/sqlalchemy-migrate/ +:Continuous Integration: http://jenkins.gnuviech-server.de/job/sqlalchemy-migrate-all/ :Generated: |today| :License: MIT :Version: |release| @@ -26,12 +27,14 @@ project`_. During the hosting change the project was renamed to SQLAlchemy Migrate. - Currently, sqlalchemy-migrate supports Python versions from 2.4 to 2.6. - SQLAlchemy Migrate 0.6.0 supports SQLAlchemy both 0.5.x and 0.6.x branches. + Currently, sqlalchemy-migrate supports Python versions from 2.4 to 2.7. + SQLAlchemy Migrate 0.7.0 supports SQLAlchemy 0.5.x, 0.6.x and 0.7.x + branches. .. warning:: - Version **0.6** breaks backward compatability, please read :ref:`changelog ` for more info. + Version **0.6** breaks backward compatibility, please read + :ref:`changelog ` for more info. Download and Development