Skip to content

Commit 53b977a

Browse files
authored
Release 11.21.0 (#11989)
1 parent a80f95b commit 53b977a

File tree

34 files changed

+4605
-4330
lines changed

34 files changed

+4605
-4330
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
Version 11.21.0
2+
---------------
3+
4+
:Date: February 11, 2025
5+
6+
* `@humitos <https://github.com/humitos>`__: File Tree Diff: normalize ignore files (`#11987 <https://github.com/readthedocs/readthedocs.org/pull/11987>`__)
7+
* `@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>`__)
8+
* `@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>`__)
9+
* `@humitos <https://github.com/humitos>`__: Update common to its latest version (`#11982 <https://github.com/readthedocs/readthedocs.org/pull/11982>`__)
10+
* `@ericholscher <https://github.com/ericholscher>`__: Revert "Show slug on AddonsConfigAdmin (#11974)" (`#11981 <https://github.com/readthedocs/readthedocs.org/pull/11981>`__)
11+
* `@humitos <https://github.com/humitos>`__: Run spam check after a sucessful build (`#11980 <https://github.com/readthedocs/readthedocs.org/pull/11980>`__)
12+
* `@humitos <https://github.com/humitos>`__: File Tree Diff: allow users to ignore files (`#11977 <https://github.com/readthedocs/readthedocs.org/pull/11977>`__)
13+
* `@humitos <https://github.com/humitos>`__: Build: don't trigger build if the project is spam (`#11976 <https://github.com/readthedocs/readthedocs.org/pull/11976>`__)
14+
* `@ericholscher <https://github.com/ericholscher>`__: Show slug on AddonsConfigAdmin (`#11974 <https://github.com/readthedocs/readthedocs.org/pull/11974>`__)
15+
* `@ericholscher <https://github.com/ericholscher>`__: Be defensive with build_complete signal (`#11973 <https://github.com/readthedocs/readthedocs.org/pull/11973>`__)
16+
* `@ericholscher <https://github.com/ericholscher>`__: Release 11.20.0 (`#11972 <https://github.com/readthedocs/readthedocs.org/pull/11972>`__)
17+
* `@ericholscher <https://github.com/ericholscher>`__: Add a warning about VCS SSO to import guide (`#11966 <https://github.com/readthedocs/readthedocs.org/pull/11966>`__)
18+
* `@ericholscher <https://github.com/ericholscher>`__: Always run sync_versions on the default queue (`#11965 <https://github.com/readthedocs/readthedocs.org/pull/11965>`__)
19+
* `@ericholscher <https://github.com/ericholscher>`__: Copy updates for intro pages (`#11948 <https://github.com/readthedocs/readthedocs.org/pull/11948>`__)
20+
* `@stsewd <https://github.com/stsewd>`__: Allow users to change version slug (`#11930 <https://github.com/readthedocs/readthedocs.org/pull/11930>`__)
21+
122
Version 11.20.0
223
---------------
324

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
master_doc = "index"
8282
copyright = "Read the Docs, Inc & contributors"
83-
version = "11.20.0"
83+
version = "11.21.0"
8484
release = version
8585
exclude_patterns = ["_build", "shared", "_includes"]
8686
default_role = "obj"

package.json

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

readthedocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Read the Docs."""
22

33

4-
__version__ = "11.20.0"
4+
__version__ = "11.21.0"

0 commit comments

Comments
 (0)