Skip to content

Commit 7a24339

Browse files
authored
Release 11.20.0 (#11972)
1 parent 9716147 commit 7a24339

File tree

32 files changed

+7261
-6512
lines changed

32 files changed

+7261
-6512
lines changed

CHANGELOG.rst

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
Version 11.20.0
2+
---------------
3+
4+
:Date: February 04, 2025
5+
6+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11968 <https://github.com/readthedocs/readthedocs.org/pull/11968>`__)
7+
* `@ericholscher <https://github.com/ericholscher>`__: Add a warning about VCS SSO to import guide (`#11966 <https://github.com/readthedocs/readthedocs.org/pull/11966>`__)
8+
* `@ericholscher <https://github.com/ericholscher>`__: Always run sync_versions on the default queue (`#11965 <https://github.com/readthedocs/readthedocs.org/pull/11965>`__)
9+
* `@stsewd <https://github.com/stsewd>`__: Fix migration (`#11964 <https://github.com/readthedocs/readthedocs.org/pull/11964>`__)
10+
* `@humitos <https://github.com/humitos>`__: Addons API: return FTD enabled/disabled based on addons config (`#11963 <https://github.com/readthedocs/readthedocs.org/pull/11963>`__)
11+
* `@humitos <https://github.com/humitos>`__: Admin: allow blank field from admin (`#11962 <https://github.com/readthedocs/readthedocs.org/pull/11962>`__)
12+
* `@humitos <https://github.com/humitos>`__: Release 11.19.2 (`#11959 <https://github.com/readthedocs/readthedocs.org/pull/11959>`__)
13+
* `@stsewd <https://github.com/stsewd>`__: Version: use field validator instead of custom field for slug (`#11957 <https://github.com/readthedocs/readthedocs.org/pull/11957>`__)
14+
* `@humitos <https://github.com/humitos>`__: Docs: explains flyout position (`#11954 <https://github.com/readthedocs/readthedocs.org/pull/11954>`__)
15+
* `@ericholscher <https://github.com/ericholscher>`__: Copy updates for intro pages (`#11948 <https://github.com/readthedocs/readthedocs.org/pull/11948>`__)
16+
* `@stsewd <https://github.com/stsewd>`__: Remove embed API v2 code (`#11945 <https://github.com/readthedocs/readthedocs.org/pull/11945>`__)
17+
* `@humitos <https://github.com/humitos>`__: Addons: expose `readthedocs.resolver.filename` in the API response (`#11940 <https://github.com/readthedocs/readthedocs.org/pull/11940>`__)
18+
* `@stsewd <https://github.com/stsewd>`__: Allow users to change version slug (`#11930 <https://github.com/readthedocs/readthedocs.org/pull/11930>`__)
19+
* `@stsewd <https://github.com/stsewd>`__: ImportedFile: use BigAutoField for primary key (`#9669 <https://github.com/readthedocs/readthedocs.org/pull/9669>`__)
20+
121
Version 11.19.2
222
---------------
323

docs/conf.py

+1-1
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.19.2"
83+
version = "11.20.0"
8484
release = version
8585
exclude_patterns = ["_build", "shared", "_includes"]
8686
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": "11.19.2",
3+
"version": "11.20.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__ = "11.19.2"
4+
__version__ = "11.20.0"

0 commit comments

Comments
 (0)