From 3057a5ac156fb4354d0f903a38c57b53822b59f6 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Tue, 1 Mar 2022 11:36:41 +0100 Subject: [PATCH] Release 7.4.0 --- CHANGELOG.rst | 22 ++++++++++++++++++++++ setup.cfg | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4b37db90077..52420fafa9e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,25 @@ +Version 7.4.0 +------------- + +:Date: March 01, 2022 + +* `@stsewd `__: Fix typo on exception (`#8975 `__) +* `@humitos `__: Celery: increase timeout limit for `sync_remote_repositories` task (`#8974 `__) +* `@agjohnson `__: Fix a couple integration admin bugs (`#8964 `__) +* `@humitos `__: Build: allow NULL when updating the config (`#8962 `__) +* `@agjohnson `__: Release 7.3.0 (`#8957 `__) +* `@pyup-bot `__: pyup: Scheduled weekly dependency update for week 08 (`#8954 `__) +* `@humitos `__: Celery: upgrade to latest version (`#8952 `__) +* `@humitos `__: Requirements: upgrade gitpython because of security issue (`#8950 `__) +* `@humitos `__: Test: remove verbose warnings (`#8949 `__) +* `@agjohnson `__: Pin storages with boto3 (`#8947 `__) +* `@stsewd `__: Optimize archive_builds task (`#8944 `__) +* `@humitos `__: Build: reset build error before start building (`#8943 `__) +* `@humitos `__: Build: comment `record=False` usage (`#8939 `__) +* `@humitos `__: Django3: use new JSON fields instead of old TextFields (`#8934 `__) +* `@humitos `__: Build: ability to cancel a running build from dashboard (`#8850 `__) +* `@humitos `__: Celery: remove queue priority (`#8848 `__) + Version 7.3.0 ------------- diff --git a/setup.cfg b/setup.cfg index 4da05b8f1eb..a067a3b0807 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 7.3.0 +version = 7.4.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc