Skip to content

Commit 26ee3fa

Browse files
authored
Release 12.0.0 (#12023)
<!-- readthedocs-preview docs start --> --- :books: Documentation previews :books: - User's documentation (`docs`): https://docs--12023.org.readthedocs.build/en/12023/ <!-- readthedocs-preview docs end --> <!-- readthedocs-preview dev start --> - Developer's documentation (`dev`): https://dev--12023.org.readthedocs.build/en/12023/ <!-- readthedocs-preview dev end -->
1 parent 7e5a5af commit 26ee3fa

File tree

35 files changed

+4950
-4927
lines changed

35 files changed

+4950
-4927
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
Version 12.0.0
2+
--------------
3+
4+
:Date: February 25, 2025
5+
6+
* `@ericholscher <https://github.com/ericholscher>`__: Fix mkdocs link (`#12019 <https://github.com/readthedocs/readthedocs.org/pull/12019>`__)
7+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#12017 <https://github.com/readthedocs/readthedocs.org/pull/12017>`__)
8+
* `@stsewd <https://github.com/stsewd>`__: Git service: add method to sync user access to remote repositories (`#12016 <https://github.com/readthedocs/readthedocs.org/pull/12016>`__)
9+
* `@stsewd <https://github.com/stsewd>`__: SAML: add flag to allow SAML with old dashboard (`#12013 <https://github.com/readthedocs/readthedocs.org/pull/12013>`__)
10+
* `@humitos <https://github.com/humitos>`__: File Tree Diff: small documentation to mention the file selector (`#12011 <https://github.com/readthedocs/readthedocs.org/pull/12011>`__)
11+
* `@humitos <https://github.com/humitos>`__: File Tree Diff: enabled by default (`#12010 <https://github.com/readthedocs/readthedocs.org/pull/12010>`__)
12+
* `@stsewd <https://github.com/stsewd>`__: Project: don't depend on the brand name (`#12008 <https://github.com/readthedocs/readthedocs.org/pull/12008>`__)
13+
* `@stsewd <https://github.com/stsewd>`__: Service: kwargs only when sending build statuses (`#12007 <https://github.com/readthedocs/readthedocs.org/pull/12007>`__)
14+
* `@stsewd <https://github.com/stsewd>`__: CSP: add helper middleware (`#12004 <https://github.com/readthedocs/readthedocs.org/pull/12004>`__)
15+
* `@ericholscher <https://github.com/ericholscher>`__: Increase docker memory limit (`#12003 <https://github.com/readthedocs/readthedocs.org/pull/12003>`__)
16+
* `@humitos <https://github.com/humitos>`__: Upgrade to Ubuntu 24.04 for our application (`#12002 <https://github.com/readthedocs/readthedocs.org/pull/12002>`__)
17+
* `@humitos <https://github.com/humitos>`__: Release 11.21.1 (`#12001 <https://github.com/readthedocs/readthedocs.org/pull/12001>`__)
18+
* `@stsewd <https://github.com/stsewd>`__: Git service: attach each service to an allauth provider (`#11995 <https://github.com/readthedocs/readthedocs.org/pull/11995>`__)
19+
* `@ericholscher <https://github.com/ericholscher>`__: Hosting: Don't check for superprojects on subprojects (`#11683 <https://github.com/readthedocs/readthedocs.org/pull/11683>`__)
20+
* `@ericholscher <https://github.com/ericholscher>`__: Remove indexes that aren't used and that are large (`#11623 <https://github.com/readthedocs/readthedocs.org/pull/11623>`__)
21+
122
Version 11.21.1
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.21.1"
83+
version = "12.0.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.21.1",
3+
"version": "12.0.0",
44
"description": "Read the Docs build dependencies",
55
"author": "Read the Docs, Inc <support@readthedocs.com>",
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.21.1"
4+
__version__ = "12.0.0"

0 commit comments

Comments
 (0)