diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 33b6b3dcd6f..8baf4a76667 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,35 @@ +Version 3.5.3 +------------- + +:Date: June 19, 2019 + +* `@davidfischer `__: Treat docs warnings as errors (`#5825 `__) +* `@davidfischer `__: Fix some unclear verbiage (`#5820 `__) +* `@davidfischer `__: Rework documentation index page (`#5819 `__) +* `@davidfischer `__: Upgrade intersphinx to Django 1.11 (`#5818 `__) +* `@pyup-bot `__: pyup: Scheduled weekly dependency update for week 24 (`#5817 `__) +* `@humitos `__: Disable changing domain when editing the object (`#5816 `__) +* `@saadmk11 `__: Update docs with sitemap sort order change (`#5815 `__) +* `@davidfischer `__: Optimize requests to APIv3 (`#5803 `__) +* `@ericholscher `__: Show build length in the admin (`#5802 `__) +* `@stsewd `__: Move search functions (`#5801 `__) +* `@ericholscher `__: A few small improvements to help with search admin stuff (`#5800 `__) +* `@stsewd `__: Simplify es indexing (`#5798 `__) +* `@humitos `__: Use a real SessionBase object on FooterNoSessionMiddleware (`#5797 `__) +* `@stsewd `__: Add logging in magic methods (`#5795 `__) +* `@stsewd `__: Fix unbound var in search view (`#5794 `__) +* `@davidfischer `__: Mention security issue in the changelog (`#5790 `__) +* `@stsewd `__: Index path with original path name (`#5785 `__) +* `@stsewd `__: Use querysets from the class not from an instance (`#5783 `__) +* `@saadmk11 `__: Add Build managers and Update Build Querysets. (`#5779 `__) +* `@davidfischer `__: Project advertising page/form update (`#5777 `__) +* `@davidfischer `__: Update docs around opt-out of ads (`#5776 `__) +* `@saadmk11 `__: Sitemap sort order priorities updated (`#5724 `__) +* `@dojutsu-user `__: [Design Doc] In Doc Search UI (`#5707 `__) +* `@saadmk11 `__: Pull Request Builder Design Doc (`#5705 `__) +* `@humitos `__: Support single version subprojects URLs to serve from Django (`#5690 `__) +* `@agjohnson `__: Add a contrib Dockerfile for local build image on Linux (`#4608 `__) + Version 3.5.2 ------------- diff --git a/setup.cfg b/setup.cfg index 87535107d03..916b440b136 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 3.5.2 +version = 3.5.3 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc