From d2b70953f3bd86580d0c00d1e3f3c4748c263fb5 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Tue, 3 Dec 2019 16:18:22 +0100 Subject: [PATCH] Release 3.11.0 --- CHANGELOG.rst | 26 ++++++++++++++++++++++++++ setup.cfg | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2f49f2fe4ee..6d25811a540 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,29 @@ +Version 3.11.0 +-------------- + +:Date: December 03, 2019 + +* `@davidfischer `__: Use media availability instead of querying the filesystem (`#6428 `__) +* `@stsewd `__: Remove beta note about sharing by password and header auth (`#6426 `__) +* `@humitos `__: Use trigger_build for update_repos command (`#6422 `__) +* `@humitos `__: Add more supported field to APIv3 docs (`#6417 `__) +* `@humitos `__: Add AuthenticationMiddleware to El Proxito tests (`#6416 `__) +* `@stsewd `__: Update docs on sharing (`#6410 `__) +* `@humitos `__: Use WORKDIR to cd into a directory in Dockerfile (`#6409 `__) +* `@humitos `__: Use /data inside Azurite container to persist data (`#6407 `__) +* `@humitos `__: Serve non-html files from nginx (X-Accel-Redirect) (`#6404 `__) +* `@humitos `__: Perform redirects at DB level (`#6398 `__) +* `@humitos `__: Allow to extend El Proxito views from commercial (`#6397 `__) +* `@humitos `__: Migrate El Proxito views to class-based views (`#6396 `__) +* `@agjohnson `__: Fix CSS and how we were handling html in automation rule UI (`#6394 `__) +* `@ericholscher `__: Release 3.10.0 (`#6391 `__) +* `@stsewd `__: Set privacy level explicitly (`#6390 `__) +* `@ericholscher `__: Redirect index files in proxito instead of serving (`#6387 `__) +* `@humitos `__: Fully working docker-compose file (`#6295 `__) +* `@saadmk11 `__: Refactor Subproject validation to use it for Forms and API (`#6285 `__) +* `@saadmk11 `__: Refactor Gold Views (`#6272 `__) +* `@stsewd `__: Add docs for automatin rules (`#6072 `__) + Version 3.10.0 -------------- diff --git a/setup.cfg b/setup.cfg index c47a7ccf5bd..3ebe2aa9183 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 3.10.0 +version = 3.11.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc