diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d78807ea03a..c334f9de174 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,32 @@ +Version 3.6.1 +------------- + +:Date: July 17, 2019 + +* `@ericholscher `__: Missed a couple places to set READTHEDOCS_LANGUAGE (`#5951 `__) +* `@dojutsu-user `__: Hotfix: Return empty dict when no highlight dict is present (`#5950 `__) +* `@humitos `__: Use a cwd where the user has access inside the container (`#5949 `__) +* `@saadmk11 `__: Small Changes to PR Builder Code (`#5948 `__) +* `@ericholscher `__: Explicitly delete SphinxDomain objects from previous versions (`#5945 `__) +* `@ericholscher `__: Properly return None when there's no highlight on a hit. (`#5944 `__) +* `@ericholscher `__: Release 3.6.0 (`#5943 `__) +* `@ericholscher `__: Bump the Sphinx extension to 1.0 (`#5942 `__) +* `@ericholscher `__: Add READTHEDOCS_LANGUAGE to the environment during builds (`#5941 `__) +* `@dojutsu-user `__: Small search doc fix (`#5940 `__) +* `@dojutsu-user `__: Indexing speedup (`#5939 `__) +* `@dojutsu-user `__: Small improvement in parse_json (`#5938 `__) +* `@dojutsu-user `__: Use `attrgetter` in sorted function (`#5936 `__) +* `@saadmk11 `__: Refine PR Builder Code (`#5933 `__) +* `@dojutsu-user `__: Fix spacing between the results and add highlight url param (`#5932 `__) +* `@ericholscher `__: Merge the GSOC 2019 in-doc search changes (`#5919 `__) +* `@dojutsu-user `__: Add tests for section-linking (`#5918 `__) +* `@saadmk11 `__: Update build list and detail page UX (`#5916 `__) +* `@humitos `__: APIv3 endpoint to manage Environment Variables (`#5913 `__) +* `@humitos `__: Split APIv3 tests on different files (`#5911 `__) +* `@stsewd `__: Better msg when gitpython fails (`#5903 `__) +* `@saadmk11 `__: Add check for external version in conf.py.tmpl for warning banner (`#5900 `__) +* `@humitos `__: Update APIv3 documentation with latest changes (`#5895 `__) + Version 3.6.0 ------------- diff --git a/setup.cfg b/setup.cfg index ea27a46f970..debf95831cc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 3.6.0 +version = 3.6.1 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc