diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bbe67c25163..e064cda7042 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,27 @@ +Version 4.1.2 +------------- + +:Date: March 31, 2020 + +* `@humitos `__: Report build status in a smarter way (`#6839 `__) +* `@stsewd `__: Update messages-extends to latest version (`#6838 `__) +* `@humitos `__: Allow receiving `None` for `template_html` when sending emails (`#6834 `__) +* `@ericholscher `__: Fix silly issue with sync_callback (`#6830 `__) +* `@ericholscher `__: Show the builder in the Build admin (`#6826 `__) +* `@ericholscher `__: Properly call sync_callback when there aren't any MULTIPLE_APP_SERVERS settings (`#6823 `__) +* `@stsewd `__: Allow to override app from where to read templates (`#6821 `__) +* `@humitos `__: Do not save pip cache when using CACHED_ENVIRONMENT (`#6820 `__) +* `@stsewd `__: Allow to override ProfileDetail view (`#6819 `__) +* `@ericholscher `__: Release 4.1.1 (`#6818 `__) +* `@stsewd `__: Force to reinstall package (`#6817 `__) +* `@humitos `__: Show uploading state (`#6816 `__) +* `@humitos `__: Use watchman when calling `runserver` in local development (`#6813 `__) +* `@humitos `__: Call proper handler (`#6811 `__) +* `@humitos `__: Show "Uploading" build state when uploading artifacts into storage (`#6810 `__) +* `@stsewd `__: Make search compatible with sphinx 2.2.1 (`#6804 `__) +* `@stsewd `__: Changes on 404, robots, and sitemap (`#6798 `__) +* `@humitos `__: Update guide about building consuming too much resources (`#6778 `__) + Version 4.1.1 ------------- diff --git a/setup.cfg b/setup.cfg index 8f56b1cc77c..88f676b0564 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 4.1.1 +version = 4.1.2 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc