diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-06-16 15:56:56 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-06-16 16:01:00 -0400 |
commit | ec36df00af58b8c12b9f6685fdb443eda6755fe2 (patch) | |
tree | 9348c0377f8542aa255b96601545ca4e2e3fd203 | |
parent | 21f47e6f7ac0f1bb268cbf70b7c8bafda5d9f6b4 (diff) | |
download | sqlalchemy-ec36df00af58b8c12b9f6685fdb443eda6755fe2.tar.gz |
- dont need this
-rw-r--r-- | doc/build/changelog/migration_11.rst | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/doc/build/changelog/migration_11.rst b/doc/build/changelog/migration_11.rst index f6e04225d..b47614a12 100644 --- a/doc/build/changelog/migration_11.rst +++ b/doc/build/changelog/migration_11.rst @@ -4,19 +4,8 @@ What's New in SQLAlchemy 1.1? .. admonition:: About this Document - This document describes changes between SQLAlchemy version 1.0, - at the moment the current release series of SQLAlchemy, - and SQLAlchemy version 1.1, which is the current development - series of SQLAlchemy. - - As the 1.1 series is under development, issues that are targeted - at this series can be seen under the - `1.1 milestone <https://bitbucket.org/zzzeek/sqlalchemy/issues?milestone=1.1>`_. - Please note that the set of issues within the milestone is not fixed; - some issues may be moved to later milestones in order to allow - for a timely release. - - Document last updated: March 23, 2016 + This document describes changes between SQLAlchemy version 1.0 + and SQLAlchemy version 1.1. Introduction ============ |