diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-07-09 14:09:36 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-07-09 14:09:36 -0400 |
commit | e478a8c00d053d6532deec0f1a59128d836f3090 (patch) | |
tree | 56a96544fee96a29058a033e9459d51536e044f9 | |
parent | 14253e7ff4583108a6aef5295f702c7a192f9bd5 (diff) | |
download | sqlalchemy-e478a8c00d053d6532deec0f1a59128d836f3090.tar.gz |
- remove "under development" for 1.2 migration notes
Change-Id: I660a4966e7375859058025ef132c595f74293e4c
-rw-r--r-- | doc/build/changelog/migration_12.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/build/changelog/migration_12.rst b/doc/build/changelog/migration_12.rst index 52442f975..0e1b14d2a 100644 --- a/doc/build/changelog/migration_12.rst +++ b/doc/build/changelog/migration_12.rst @@ -5,8 +5,7 @@ What's New in SQLAlchemy 1.2? .. admonition:: About this Document This document describes changes between SQLAlchemy version 1.1 - and SQLAlchemy version 1.2. 1.2 is currently under development - and is unreleased. + and SQLAlchemy version 1.2. Introduction |