summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Dittberner <jan.dittberner@googlemail.com>2011-05-27 13:06:37 +0200
committerJan Dittberner <jan.dittberner@googlemail.com>2011-05-27 13:06:37 +0200
commit73244c3ffaaf0c2327ffda95108c817e78f17a96 (patch)
treee44343406dbdd624a4b529209827501afbbaef1d
parentc5a0b0e22a648ef66199d31f6647f8da6edc4043 (diff)
downloadsqalchemy-migrate-73244c3ffaaf0c2327ffda95108c817e78f17a96.tar.gz
update changelog and version information
-rw-r--r--docs/changelog.rst13
-rw-r--r--docs/index.rst9
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 <domenNO@SPAMdev.si>
: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 <backwards-06>` for more info.
+ Version **0.6** breaks backward compatibility, please read
+ :ref:`changelog <backwards-06>` for more info.
Download and Development