diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-12 12:40:48 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-12 12:40:48 -0500 |
commit | 2386c63a1a10079fc075bfdfddb0d8f538560f49 (patch) | |
tree | ae411e818bea63305a5d5d92ed84c8bede8cd144 | |
parent | b3ed2c7297e14c0acabcaeff581899618addf986 (diff) | |
download | sqlalchemy-2386c63a1a10079fc075bfdfddb0d8f538560f49.tar.gz |
- pullreq github 55 is in the wrong changelog! 0.9.2...
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 38db136e9..d18b70869 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -12,8 +12,7 @@ :start-line: 5 .. changelog:: - :version: 0.9.1 - :released: January 5, 2014 + :version: 0.9.2 .. change:: :tags: bug, py3k, cextensions @@ -26,6 +25,10 @@ "PyMODINIT_FUNC" instead of "PyObject *" directly. Pull request courtesy cgohlke. +.. changelog:: + :version: 0.9.1 + :released: January 5, 2014 + .. change:: :tags: bug, orm, events :tickets: 2905 |