From 50f843d7ebe1dea6add115e19cd96d64d8e44812 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Tue, 10 Oct 2023 14:10:59 +0200 Subject: [PATCH] Release 10.7.0 (#10809) --- CHANGELOG.rst | 15 +++++++++++++++ docs/conf.py | 2 +- package.json | 2 +- readthedocs/__init__.py | 2 +- setup.cfg | 4 ++-- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1c1138af0bf..0c42a10fce6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,18 @@ +Version 10.7.0 +-------------- + +:Date: October 10, 2023 + +* `@github-actions[bot] `__: Dependencies: all packages updated via pip-tools (`#10807 `__) +* `@stsewd `__: Webhooks: use PUBLIC_API_URL to generate the webhook URL (`#10801 `__) +* `@stsewd `__: Use get to access build dictionary (`#10797 `__) +* `@ericholscher `__: Release 10.6.1 (`#10792 `__) +* `@stsewd `__: Proxito: remove one query from the middleware (`#10788 `__) +* `@stsewd `__: BuildAPIKey: remove old revoked/expired keys (`#10778 `__) +* `@stsewd `__: Upgrade ES to 8.x (`#10771 `__) +* `@humitos `__: VCS: remove unused methods and make new Git pattern the default (`#8968 `__) +* `@ojii `__: Versioned docs (`#22 `__) + Version 10.6.1 -------------- diff --git a/docs/conf.py b/docs/conf.py index 1cfd06efd05..348159a71eb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -77,7 +77,7 @@ master_doc = "index" copyright = "Read the Docs, Inc & contributors" -version = "10.6.1" +version = "10.7.0" release = version exclude_patterns = ["_build", "shared", "_includes"] default_role = "obj" diff --git a/package.json b/package.json index 087b57d3dae..64c35b461cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readthedocs", - "version": "10.6.1", + "version": "10.7.0", "description": "Read the Docs build dependencies", "author": "Read the Docs, Inc ", "scripts": { diff --git a/readthedocs/__init__.py b/readthedocs/__init__.py index 19f148c6263..1a7ce901f1f 100644 --- a/readthedocs/__init__.py +++ b/readthedocs/__init__.py @@ -1,4 +1,4 @@ """Read the Docs.""" -__version__ = "10.6.1" +__version__ = "10.7.0" diff --git a/setup.cfg b/setup.cfg index 5592769f39a..93d391035b2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 10.6.1 +version = 10.7.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc @@ -29,7 +29,7 @@ github_owner = readthedocs github_repo = readthedocs.org [bumpver] -current_version = "10.6.1" +current_version = "10.7.0" version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = False