Skip to content

Commit

Permalink
Release 11.20.0 (#11972)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher authored Feb 4, 2025
1 parent 9716147 commit 7a24339
Show file tree
Hide file tree
Showing 32 changed files with 7,261 additions and 6,512 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Version 11.20.0
---------------

:Date: February 04, 2025

* `@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>`__)
* `@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>`__)
* `@stsewd <https://github.com/stsewd>`__: Fix migration (`#11964 <https://github.com/readthedocs/readthedocs.org/pull/11964>`__)
* `@humitos <https://github.com/humitos>`__: Addons API: return FTD enabled/disabled based on addons config (`#11963 <https://github.com/readthedocs/readthedocs.org/pull/11963>`__)
* `@humitos <https://github.com/humitos>`__: Admin: allow blank field from admin (`#11962 <https://github.com/readthedocs/readthedocs.org/pull/11962>`__)
* `@humitos <https://github.com/humitos>`__: Release 11.19.2 (`#11959 <https://github.com/readthedocs/readthedocs.org/pull/11959>`__)
* `@stsewd <https://github.com/stsewd>`__: Version: use field validator instead of custom field for slug (`#11957 <https://github.com/readthedocs/readthedocs.org/pull/11957>`__)
* `@humitos <https://github.com/humitos>`__: Docs: explains flyout position (`#11954 <https://github.com/readthedocs/readthedocs.org/pull/11954>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Copy updates for intro pages (`#11948 <https://github.com/readthedocs/readthedocs.org/pull/11948>`__)
* `@stsewd <https://github.com/stsewd>`__: Remove embed API v2 code (`#11945 <https://github.com/readthedocs/readthedocs.org/pull/11945>`__)
* `@humitos <https://github.com/humitos>`__: Addons: expose `readthedocs.resolver.filename` in the API response (`#11940 <https://github.com/readthedocs/readthedocs.org/pull/11940>`__)
* `@stsewd <https://github.com/stsewd>`__: Allow users to change version slug (`#11930 <https://github.com/readthedocs/readthedocs.org/pull/11930>`__)
* `@stsewd <https://github.com/stsewd>`__: ImportedFile: use BigAutoField for primary key (`#9669 <https://github.com/readthedocs/readthedocs.org/pull/9669>`__)

Version 11.19.2
---------------

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.19.2"
version = "11.20.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.19.2",
"version": "11.20.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.19.2"
__version__ = "11.20.0"
Loading

0 comments on commit 7a24339

Please sign in to comment.