Skip to content

Commit

Permalink
Release 10.22.0 (#11211)
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos authored Mar 12, 2024
1 parent e3ecf3d commit a0526ff
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 5 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
Version 10.22.0
---------------

:Date: March 12, 2024

* `@agjohnson <https://github.com/agjohnson>`__: Add build detail view beta notification (`#11208 <https://github.com/readthedocs/readthedocs.org/pull/11208>`__)
* `@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>`__)
* `@humitos <https://github.com/humitos>`__: Revert "Notifications: show "Maxium concurrency limit reached" as `WARNING`" (`#11202 <https://github.com/readthedocs/readthedocs.org/pull/11202>`__)
* `@humitos <https://github.com/humitos>`__: Notifications: de-duplicate them when using APIv2 from builders (`#11197 <https://github.com/readthedocs/readthedocs.org/pull/11197>`__)
* `@humitos <https://github.com/humitos>`__: Notifications: show "Maxium concurrency limit reached" as `WARNING` (`#11196 <https://github.com/readthedocs/readthedocs.org/pull/11196>`__)
* `@agjohnson <https://github.com/agjohnson>`__: Allow setting Allauth provider secrets from host system (`#11194 <https://github.com/readthedocs/readthedocs.org/pull/11194>`__)
* `@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>`__)
* `@stsewd <https://github.com/stsewd>`__: Docs: Update Google SSO docs (`#11191 <https://github.com/readthedocs/readthedocs.org/pull/11191>`__)
* `@humitos <https://github.com/humitos>`__: Notification: fix `choices` rendering for `INVALID_CHOICE` (`#11190 <https://github.com/readthedocs/readthedocs.org/pull/11190>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Release 10.21.0 (`#11185 <https://github.com/readthedocs/readthedocs.org/pull/11185>`__)
* `@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>`__)
* `@humitos <https://github.com/humitos>`__: Addons: allow users to define `root_selector` from the WebUI (`#11181 <https://github.com/readthedocs/readthedocs.org/pull/11181>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Init path to ensure it exists (`#11178 <https://github.com/readthedocs/readthedocs.org/pull/11178>`__)
* `@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>`__)
* `@humitos <https://github.com/humitos>`__: Build: show the YAML config file before validating it (`#11175 <https://github.com/readthedocs/readthedocs.org/pull/11175>`__)
* `@stsewd <https://github.com/stsewd>`__: Allow override SOCIALACCOUNT_PROVIDERS from ops (`#11165 <https://github.com/readthedocs/readthedocs.org/pull/11165>`__)
* `@humitos <https://github.com/humitos>`__: Lint: run `black` against all our Python files (`#11145 <https://github.com/readthedocs/readthedocs.org/pull/11145>`__)
* `@humitos <https://github.com/humitos>`__: Addons: sorting algorithm for versions customizable on flyout (`#11069 <https://github.com/readthedocs/readthedocs.org/pull/11069>`__)

Version 10.21.0
---------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

master_doc = "index"
copyright = "Read the Docs, Inc & contributors"
version = "10.21.0"
version = "10.22.0"
release = version
exclude_patterns = ["_build", "shared", "_includes"]
default_role = "obj"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "readthedocs",
"version": "10.21.0",
"version": "10.22.0",
"description": "Read the Docs build dependencies",
"author": "Read the Docs, Inc <[email protected]>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readthedocs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Read the Docs."""


__version__ = "10.21.0"
__version__ = "10.22.0"
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = readthedocs
version = 10.21.0
version = 10.22.0
license = MIT
description = Read the Docs builds and hosts documentation
author = Read the Docs, Inc
Expand Down Expand Up @@ -29,7 +29,7 @@ github_owner = readthedocs
github_repo = readthedocs.org

[bumpver]
current_version = "10.21.0"
current_version = "10.22.0"
version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = False
Expand Down

0 comments on commit a0526ff

Please sign in to comment.