From 8ef65faf91fa701817305d698b37835e2485e870 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Tue, 18 Feb 2020 08:29:17 -0800 Subject: [PATCH 1/3] Release 3.12.0 --- CHANGELOG.rst | 17 +++++++++++++++++ setup.cfg | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4c373ce59d3..1fda68c4a2d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,20 @@ +Version 3.12.0 +-------------- + +:Date: February 18, 2020 + +* `@humitos `__: Use PUBLIC_DOMAIN_USES_HTTPS for resolver tests (`#6673 `__) +* `@stsewd `__: Always run CoreTagsTests with http (`#6671 `__) +* `@ericholscher `__: Remove old docker settings (`#6670 `__) +* `@stsewd `__: Update gitpython and django (`#6667 `__) +* `@humitos `__: New docker release (6.0 and testing) (`#6654 `__) +* `@humitos `__: Default python version per Docker image (`#6653 `__) +* `@stsewd `__: Add pytest-custom_exit_code (`#6648 `__) +* `@ericholscher `__: Initial attempt to serve PR builds at `readthedocs.build` (`#6629 `__) +* `@ericholscher `__: Remove re-authing of users on downloads. (`#6619 `__) +* `@stsewd `__: Don't trigger a sync twice on creation/deletion for GitHub (`#6614 `__) +* `@s-weigand `__: Add linkcheck test for the docs (`#6543 `__) + Version 3.11.6 -------------- diff --git a/setup.cfg b/setup.cfg index f5149010327..2cceabfd450 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 3.11.6 +version = 3.12.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc From f94306f7edfd984be9c4ee48cd489df1a025bb43 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Tue, 18 Feb 2020 08:30:21 -0800 Subject: [PATCH 2/3] Add changelog commentary --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1fda68c4a2d..3a4bc29fbe2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ Version 3.12.0 -------------- +This version has two major changes: + +* It updates our default docker images to stable=5.0 and latest=6.0. +* It changes our PR builder domain to `readthedocs.build` + :Date: February 18, 2020 * `@humitos `__: Use PUBLIC_DOMAIN_USES_HTTPS for resolver tests (`#6673 `__) From 67916b93da7f67c48cfe667f4f95293f1d9277c4 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Tue, 18 Feb 2020 08:31:50 -0800 Subject: [PATCH 3/3] Small rejigger of the changelog --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3a4bc29fbe2..9d3f653f94c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,13 +1,13 @@ Version 3.12.0 -------------- +:Date: February 18, 2020 + This version has two major changes: * It updates our default docker images to stable=5.0 and latest=6.0. * It changes our PR builder domain to `readthedocs.build` -:Date: February 18, 2020 - * `@humitos `__: Use PUBLIC_DOMAIN_USES_HTTPS for resolver tests (`#6673 `__) * `@stsewd `__: Always run CoreTagsTests with http (`#6671 `__) * `@ericholscher `__: Remove old docker settings (`#6670 `__)