From 20c5294659a1147364ca310f2f61c1b0a1676863 Mon Sep 17 00:00:00 2001 From: Eric Holscher <25510+ericholscher@users.noreply.github.com> Date: Tue, 18 Apr 2023 08:39:59 -0700 Subject: [PATCH] Release 9.11.0 (#10255) --- CHANGELOG.rst | 19 +++++++++++++++++++ docs/conf.py | 2 +- package.json | 2 +- readthedocs/__init__.py | 2 +- setup.cfg | 4 ++-- 5 files changed, 24 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7420163571b..24d90612b60 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,22 @@ +Version 9.11.0 +-------------- + +:Date: April 18, 2023 + +* `@benjaoming `__: Fix a little test failure (`#10248 `__) +* `@benjaoming `__: Scripts: Add export statements and instruction to fetch awscli (compile_version_upload_s3.sh) (`#10245 `__) +* `@github-actions[bot] `__: Dependencies: all packages updated via pip-tools (`#10244 `__) +* `@stsewd `__: API V3: make tests explicit (`#10236 `__) +* `@ericholscher `__: Release 9.10.1 (`#10235 `__) +* `@dependabot[bot] `__: Bump peter-evans/create-pull-request from 4 to 5 (`#10233 `__) +* `@github-actions[bot] `__: Dependencies: all packages updated via pip-tools (`#10232 `__) +* `@agjohnson `__: Add notes on private repo support in our install docs (`#10230 `__) +* `@stsewd `__: Analytics API: check if absolute_uri isn't present (`#10227 `__) +* `@humitos `__: Proxito: inject hosting integration header for `build.commands` (`#10219 `__) +* `@humitos `__: API: hosting integrations endpoint versioning/structure (`#10216 `__) +* `@benjaoming `__: Search: index
s as sections and remove Sphinx domain logic (`#10128 `__) +* `@ewdurbin `__: implement multiple .readthedocs.yml files per repo (`#10001 `__) + Version 9.10.1 -------------- diff --git a/docs/conf.py b/docs/conf.py index 86c8a9c17c8..f3a8e1ddb9d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,7 +74,7 @@ master_doc = "index" copyright = "Read the Docs, Inc & contributors" -version = "9.10.1" +version = "9.11.0" release = version exclude_patterns = ["_build", "shared", "_includes"] default_role = "obj" diff --git a/package.json b/package.json index 23ec38bbbec..09a4762ec40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readthedocs", - "version": "9.10.1", + "version": "9.11.0", "description": "Read the Docs build dependencies", "author": "Read the Docs, Inc ", "scripts": { diff --git a/readthedocs/__init__.py b/readthedocs/__init__.py index c875b4eda56..f25118682d1 100644 --- a/readthedocs/__init__.py +++ b/readthedocs/__init__.py @@ -1,4 +1,4 @@ """Read the Docs.""" -__version__ = "9.10.1" +__version__ = "9.11.0" diff --git a/setup.cfg b/setup.cfg index 9e5594a4965..b5ff55d50d8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 9.10.1 +version = 9.11.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 = "9.10.1" +current_version = "9.11.0" version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = False