From: Mike Bayer Date: Sun, 12 Jan 2014 17:40:48 +0000 (-0500) Subject: - pullreq github 55 is in the wrong changelog! 0.9.2... X-Git-Tag: rel_0_9_2~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2386c63a1a10079fc075bfdfddb0d8f538560f49;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - pullreq github 55 is in the wrong changelog! 0.9.2... --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 38db136e99..d18b708696 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