Skip to content

Commit f5ee80c

Browse files
authored
Release 11.19.2 (#11959)
1 parent 4534f6a commit f5ee80c

File tree

33 files changed

+3749
-3731
lines changed

33 files changed

+3749
-3731
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Version 11.19.2
2+
---------------
3+
4+
:Date: January 28, 2025
5+
6+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11953 <https://github.com/readthedocs/readthedocs.org/pull/11953>`__)
7+
* `@ericholscher <https://github.com/ericholscher>`__: Add Antora docs page (`#11947 <https://github.com/readthedocs/readthedocs.org/pull/11947>`__)
8+
* `@ericholscher <https://github.com/ericholscher>`__: Add vitepress doc page (`#11944 <https://github.com/readthedocs/readthedocs.org/pull/11944>`__)
9+
* `@ericholscher <https://github.com/ericholscher>`__: Note that there's a soft disk limit for doc builds (`#11943 <https://github.com/readthedocs/readthedocs.org/pull/11943>`__)
10+
* `@stsewd <https://github.com/stsewd>`__: Version sync: restore verbose_name for stable version (`#11941 <https://github.com/readthedocs/readthedocs.org/pull/11941>`__)
11+
* `@humitos <https://github.com/humitos>`__: Addons: expose `readthedocs.resolver.filename` in the API response (`#11940 <https://github.com/readthedocs/readthedocs.org/pull/11940>`__)
12+
* `@ericholscher <https://github.com/ericholscher>`__: Release 11.19.1 (`#11938 <https://github.com/readthedocs/readthedocs.org/pull/11938>`__)
13+
* `@stsewd <https://github.com/stsewd>`__: Docs: update build customization docs (`#11927 <https://github.com/readthedocs/readthedocs.org/pull/11927>`__)
14+
* `@ericholscher <https://github.com/ericholscher>`__: Run FileTreeDiff indexer on all versions in dev (`#11873 <https://github.com/readthedocs/readthedocs.org/pull/11873>`__)
15+
* `@stsewd <https://github.com/stsewd>`__: Project: use clone URL from connected repository if available (`#11826 <https://github.com/readthedocs/readthedocs.org/pull/11826>`__)
16+
117
Version 11.19.1
218
---------------
319

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

0 commit comments

Comments
 (0)