From 38e1e6a00572e41100ff5e4db0db691ddf243af0 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Tue, 19 Nov 2024 12:22:27 +0100 Subject: [PATCH] Release 11.14.0 --- CHANGELOG.rst | 22 ++++++++++++++++++++++ docs/conf.py | 2 +- package.json | 2 +- readthedocs/__init__.py | 2 +- setup.cfg | 4 ++-- 5 files changed, 27 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9bc5bdae534..aa68acbafc8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,25 @@ +Version 11.14.0 +--------------- + +:Date: November 19, 2024 + +* `@stsewd `__: Docs: update connected accounts steps to use env vars (`#11777 `__) +* `@stsewd `__: Fix ext-theme test (`#11776 `__) +* `@github-actions[bot] `__: Dependencies: all packages updated via pip-tools (`#11771 `__) +* `@humitos `__: Addons: `load_when_embedded` config (`#11765 `__) +* `@humitos `__: Addons: rename fields on API response (`#11764 `__) +* `@humitos `__: Docs: disable `sphinx-hoverxref` in our docs (`#11762 `__) +* `@ericholscher `__: Update migration to not conflict (`#11761 `__) +* `@ericholscher `__: Release 11.13.0 (`#11760 `__) +* `@humitos `__: Adddons: allow injecting an "always live" JavaScript file (`#11758 `__) +* `@humitos `__: Pin pip for pip-tools for now (`#11756 `__) +* `@humitos `__: Addons: resolve URLs for file tree diff API response (`#11749 `__) +* `@humitos `__: Addons: API response for tooltips (`#11746 `__) +* `@laymonage `__: Build tools: update `latest` versions (`#11742 `__) +* `@humitos `__: Addons: remove old `X-RTD-Hosting-Integrations` HTTP header (`#11653 `__) +* `@humitos `__: Build: remove "addons enabled by default" notification (`#11651 `__) +* `@agjohnson `__: Fix site-wide new dashboard notification (`#11543 `__) + Version 11.13.0 --------------- diff --git a/docs/conf.py b/docs/conf.py index dde0a808739..eb526a59b7b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -80,7 +80,7 @@ master_doc = "index" copyright = "Read the Docs, Inc & contributors" -version = "11.13.0" +version = "11.14.0" release = version exclude_patterns = ["_build", "shared", "_includes"] default_role = "obj" diff --git a/package.json b/package.json index d72fb37e4ce..e2268316981 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readthedocs", - "version": "11.13.0", + "version": "11.14.0", "description": "Read the Docs build dependencies", "author": "Read the Docs, Inc ", "scripts": { diff --git a/readthedocs/__init__.py b/readthedocs/__init__.py index 911dc391808..4620b835b2f 100644 --- a/readthedocs/__init__.py +++ b/readthedocs/__init__.py @@ -1,4 +1,4 @@ """Read the Docs.""" -__version__ = "11.13.0" +__version__ = "11.14.0" diff --git a/setup.cfg b/setup.cfg index 0045ac4ad59..a384b3a26e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 11.13.0 +version = 11.14.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.13.0" +current_version = "11.14.0" version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = False