Skip to content

Commit

Permalink
Release 11.21.0 (#11989)
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos authored Feb 11, 2025
1 parent a80f95b commit 53b977a
Show file tree
Hide file tree
Showing 34 changed files with 4,605 additions and 4,330 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Version 11.21.0
---------------

:Date: February 11, 2025

* `@humitos <https://github.com/humitos>`__: File Tree Diff: normalize ignore files (`#11987 <https://github.com/readthedocs/readthedocs.org/pull/11987>`__)
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11985 <https://github.com/readthedocs/readthedocs.org/pull/11985>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Add a doc for how to integrate search without other customization (`#11984 <https://github.com/readthedocs/readthedocs.org/pull/11984>`__)
* `@humitos <https://github.com/humitos>`__: Update common to its latest version (`#11982 <https://github.com/readthedocs/readthedocs.org/pull/11982>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Revert "Show slug on AddonsConfigAdmin (#11974)" (`#11981 <https://github.com/readthedocs/readthedocs.org/pull/11981>`__)
* `@humitos <https://github.com/humitos>`__: Run spam check after a sucessful build (`#11980 <https://github.com/readthedocs/readthedocs.org/pull/11980>`__)
* `@humitos <https://github.com/humitos>`__: File Tree Diff: allow users to ignore files (`#11977 <https://github.com/readthedocs/readthedocs.org/pull/11977>`__)
* `@humitos <https://github.com/humitos>`__: Build: don't trigger build if the project is spam (`#11976 <https://github.com/readthedocs/readthedocs.org/pull/11976>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Show slug on AddonsConfigAdmin (`#11974 <https://github.com/readthedocs/readthedocs.org/pull/11974>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Be defensive with build_complete signal (`#11973 <https://github.com/readthedocs/readthedocs.org/pull/11973>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Release 11.20.0 (`#11972 <https://github.com/readthedocs/readthedocs.org/pull/11972>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Add a warning about VCS SSO to import guide (`#11966 <https://github.com/readthedocs/readthedocs.org/pull/11966>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Always run sync_versions on the default queue (`#11965 <https://github.com/readthedocs/readthedocs.org/pull/11965>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Copy updates for intro pages (`#11948 <https://github.com/readthedocs/readthedocs.org/pull/11948>`__)
* `@stsewd <https://github.com/stsewd>`__: Allow users to change version slug (`#11930 <https://github.com/readthedocs/readthedocs.org/pull/11930>`__)

Version 11.20.0
---------------

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

master_doc = "index"
copyright = "Read the Docs, Inc & contributors"
version = "11.20.0"
version = "11.21.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": "11.20.0",
"version": "11.21.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__ = "11.20.0"
__version__ = "11.21.0"
Loading

0 comments on commit 53b977a

Please sign in to comment.