From: Mike Bayer Date: Thu, 22 Feb 2018 21:08:56 +0000 (-0500) Subject: - 1.1.17 X-Git-Tag: rel_1_1_17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee2e2662566af80d6d4c3fdfade8df7a74a72be8;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - 1.1.17 --- diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index 0d7fc597a9..2e1323cfbe 100644 --- a/doc/build/changelog/changelog_11.rst +++ b/doc/build/changelog/changelog_11.rst @@ -19,7 +19,17 @@ .. changelog:: :version: 1.1.17 - :include_notes_from: unreleased_11 + :released: February 22, 2018 + + .. change:: + :tags: bug, ext + :tickets: 4185 + + Repaired regression caused in 1.2.3 and 1.1.16 regarding association proxy + objects, revising the approach to :ticket:`4185` when calculating the + "owning class" of an association proxy to default to choosing the current + class if the proxy object is not directly associated with a mapped class, + such as a mixin. .. changelog:: :version: 1.1.16 diff --git a/doc/build/changelog/unreleased_11/4185.rst b/doc/build/changelog/unreleased_11/4185.rst deleted file mode 100644 index e4dfbd2451..0000000000 --- a/doc/build/changelog/unreleased_11/4185.rst +++ /dev/null @@ -1,9 +0,0 @@ -.. change:: - :tags: bug, ext - :tickets: 4185 - - Repaired regression caused in 1.2.3 and 1.1.16 regarding association proxy - objects, revising the approach to :ticket:`4185` when calculating the - "owning class" of an association proxy to default to choosing the current - class if the proxy object is not directly associated with a mapped class, - such as a mixin. diff --git a/doc/build/conf.py b/doc/build/conf.py index 98775b682b..762be4583f 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -110,9 +110,9 @@ copyright = u'2007-2018, the SQLAlchemy authors and contributors' # The short X.Y version. version = "1.1" # The full version, including alpha/beta/rc tags. -release = "1.1.16" +release = "1.1.17" -release_date = "February 16, 2018" +release_date = "February 22, 2018" site_base = os.environ.get("RTD_SITE_BASE", "http://www.sqlalchemy.org") site_adapter_template = "docs_adapter.mako"