.. 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
+++ /dev/null
-.. 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.
# 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"