From c49b8572c4966979b394e9e5eb8bb8355f523c95 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Tue, 6 Aug 2024 14:38:26 +0200 Subject: [PATCH] Release 11.4.0 --- CHANGELOG.rst | 13 +++++++++++++ docs/conf.py | 2 +- package.json | 2 +- readthedocs/__init__.py | 2 +- setup.cfg | 4 ++-- 5 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0170b41b61a..ce14d4c805a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,16 @@ +Version 11.4.0 +-------------- + +:Date: August 06, 2024 + +* `@github-actions[bot] `__: Dependencies: all packages updated via pip-tools (`#11511 `__) +* `@humitos `__: Release 11.3.0 (`#11506 `__) +* `@github-actions[bot] `__: Dependencies: all packages updated via pip-tools (`#11502 `__) +* `@stsewd `__: Project: allow connecting a project to a remote repository after it has been created (`#11498 `__) +* `@stsewd `__: API V3: change permissions to allow anonymous access to public resources (`#11485 `__) +* `@stsewd `__: API V3: Don't allow leaking teams through expandable fields (`#11471 `__) +* `@stsewd `__: Telemetry: skip listing conda packages on non-conda envs (`#9390 `__) + Version 11.3.0 -------------- diff --git a/docs/conf.py b/docs/conf.py index 64d1bddb1bb..01cf7ba1077 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -76,7 +76,7 @@ master_doc = "index" copyright = "Read the Docs, Inc & contributors" -version = "11.3.0" +version = "11.4.0" release = version exclude_patterns = ["_build", "shared", "_includes"] default_role = "obj" diff --git a/package.json b/package.json index 4b427a94623..137021b3baf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readthedocs", - "version": "11.3.0", + "version": "11.4.0", "description": "Read the Docs build dependencies", "author": "Read the Docs, Inc ", "scripts": { diff --git a/readthedocs/__init__.py b/readthedocs/__init__.py index 0907d848e67..6e9c35d3bdd 100644 --- a/readthedocs/__init__.py +++ b/readthedocs/__init__.py @@ -1,4 +1,4 @@ """Read the Docs.""" -__version__ = "11.3.0" +__version__ = "11.4.0" diff --git a/setup.cfg b/setup.cfg index bde9ffc2b5f..8a58fa31e78 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 11.3.0 +version = 11.4.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 = "11.3.0" +current_version = "11.4.0" version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = False