Skip to content

Commit a0526ff

Browse files
authored
Release 10.22.0 (#11211)
1 parent e3ecf3d commit a0526ff

File tree

5 files changed

+29
-5
lines changed

5 files changed

+29
-5
lines changed

CHANGELOG.rst

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
Version 10.22.0
2+
---------------
3+
4+
:Date: March 12, 2024
5+
6+
* `@agjohnson <https://github.com/agjohnson>`__: Add build detail view beta notification (`#11208 <https://github.com/readthedocs/readthedocs.org/pull/11208>`__)
7+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11203 <https://github.com/readthedocs/readthedocs.org/pull/11203>`__)
8+
* `@humitos <https://github.com/humitos>`__: Revert "Notifications: show "Maxium concurrency limit reached" as `WARNING`" (`#11202 <https://github.com/readthedocs/readthedocs.org/pull/11202>`__)
9+
* `@humitos <https://github.com/humitos>`__: Notifications: de-duplicate them when using APIv2 from builders (`#11197 <https://github.com/readthedocs/readthedocs.org/pull/11197>`__)
10+
* `@humitos <https://github.com/humitos>`__: Notifications: show "Maxium concurrency limit reached" as `WARNING` (`#11196 <https://github.com/readthedocs/readthedocs.org/pull/11196>`__)
11+
* `@agjohnson <https://github.com/agjohnson>`__: Allow setting Allauth provider secrets from host system (`#11194 <https://github.com/readthedocs/readthedocs.org/pull/11194>`__)
12+
* `@humitos <https://github.com/humitos>`__: Support: create a form to render it nicely in ext-theme (`#11193 <https://github.com/readthedocs/readthedocs.org/pull/11193>`__)
13+
* `@stsewd <https://github.com/stsewd>`__: Docs: Update Google SSO docs (`#11191 <https://github.com/readthedocs/readthedocs.org/pull/11191>`__)
14+
* `@humitos <https://github.com/humitos>`__: Notification: fix `choices` rendering for `INVALID_CHOICE` (`#11190 <https://github.com/readthedocs/readthedocs.org/pull/11190>`__)
15+
* `@ericholscher <https://github.com/ericholscher>`__: Release 10.21.0 (`#11185 <https://github.com/readthedocs/readthedocs.org/pull/11185>`__)
16+
* `@stsewd <https://github.com/stsewd>`__: Project: force PR previews to match repo only if the repo is public (`#11184 <https://github.com/readthedocs/readthedocs.org/pull/11184>`__)
17+
* `@humitos <https://github.com/humitos>`__: Addons: allow users to define `root_selector` from the WebUI (`#11181 <https://github.com/readthedocs/readthedocs.org/pull/11181>`__)
18+
* `@ericholscher <https://github.com/ericholscher>`__: Init path to ensure it exists (`#11178 <https://github.com/readthedocs/readthedocs.org/pull/11178>`__)
19+
* `@stsewd <https://github.com/stsewd>`__: Project: build both default and latest version when saving the project form (`#11177 <https://github.com/readthedocs/readthedocs.org/pull/11177>`__)
20+
* `@humitos <https://github.com/humitos>`__: Build: show the YAML config file before validating it (`#11175 <https://github.com/readthedocs/readthedocs.org/pull/11175>`__)
21+
* `@stsewd <https://github.com/stsewd>`__: Allow override SOCIALACCOUNT_PROVIDERS from ops (`#11165 <https://github.com/readthedocs/readthedocs.org/pull/11165>`__)
22+
* `@humitos <https://github.com/humitos>`__: Lint: run `black` against all our Python files (`#11145 <https://github.com/readthedocs/readthedocs.org/pull/11145>`__)
23+
* `@humitos <https://github.com/humitos>`__: Addons: sorting algorithm for versions customizable on flyout (`#11069 <https://github.com/readthedocs/readthedocs.org/pull/11069>`__)
24+
125
Version 10.21.0
226
---------------
327

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
master_doc = "index"
7979
copyright = "Read the Docs, Inc & contributors"
80-
version = "10.21.0"
80+
version = "10.22.0"
8181
release = version
8282
exclude_patterns = ["_build", "shared", "_includes"]
8383
default_role = "obj"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "readthedocs",
3-
"version": "10.21.0",
3+
"version": "10.22.0",
44
"description": "Read the Docs build dependencies",
55
"author": "Read the Docs, Inc <[email protected]>",
66
"scripts": {

readthedocs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Read the Docs."""
22

33

4-
__version__ = "10.21.0"
4+
__version__ = "10.22.0"

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = readthedocs
3-
version = 10.21.0
3+
version = 10.22.0
44
license = MIT
55
description = Read the Docs builds and hosts documentation
66
author = Read the Docs, Inc
@@ -29,7 +29,7 @@ github_owner = readthedocs
2929
github_repo = readthedocs.org
3030

3131
[bumpver]
32-
current_version = "10.21.0"
32+
current_version = "10.22.0"
3333
version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]"
3434
commit_message = "Bump version {old_version} -> {new_version}"
3535
commit = False

0 commit comments

Comments
 (0)