Skip to content

Commit 4e1251b

Browse files
authored
Release 11.21.1 (#12001)
1 parent 754bb25 commit 4e1251b

File tree

33 files changed

+5259
-5110
lines changed

33 files changed

+5259
-5110
lines changed

CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Version 11.21.1
2+
---------------
3+
4+
:Date: February 18, 2025
5+
6+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11999 <https://github.com/readthedocs/readthedocs.org/pull/11999>`__)
7+
* `@stsewd <https://github.com/stsewd>`__: Import: fix session (`#11997 <https://github.com/readthedocs/readthedocs.org/pull/11997>`__)
8+
* `@stsewd <https://github.com/stsewd>`__: Git service: attach each service to an allauth provider (`#11995 <https://github.com/readthedocs/readthedocs.org/pull/11995>`__)
9+
* `@humitos <https://github.com/humitos>`__: Requirements: unpin `requests` and `docker` (`#11992 <https://github.com/readthedocs/readthedocs.org/pull/11992>`__)
10+
* `@humitos <https://github.com/humitos>`__: Settings: avoid having `app.app.readthedocs.org` (`#11991 <https://github.com/readthedocs/readthedocs.org/pull/11991>`__)
11+
* `@humitos <https://github.com/humitos>`__: Release 11.21.0 (`#11989 <https://github.com/readthedocs/readthedocs.org/pull/11989>`__)
12+
* `@humitos <https://github.com/humitos>`__: File Tree Diff: normalize ignore files (`#11987 <https://github.com/readthedocs/readthedocs.org/pull/11987>`__)
13+
* `@stsewd <https://github.com/stsewd>`__: Git service: depend on the project instead of users (`#11983 <https://github.com/readthedocs/readthedocs.org/pull/11983>`__)
14+
115
Version 11.21.0
216
---------------
317

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.21.0"
83+
version = "11.21.1"
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.21.0",
3+
"version": "11.21.1",
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.21.0"
4+
__version__ = "11.21.1"

0 commit comments

Comments
 (0)