Skip to content

Commit 5a4c099

Browse files
authored
Release 11.17.0 (#11837)
1 parent 8f583e3 commit 5a4c099

File tree

34 files changed

+2222
-2067
lines changed

34 files changed

+2222
-2067
lines changed

CHANGELOG.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
Version 11.17.0
2+
---------------
3+
4+
:Date: December 10, 2024
5+
6+
* `@stsewd <https://github.com/stsewd>`__: API v2: disallow empty strings as filters (`#11832 <https://github.com/readthedocs/readthedocs.org/pull/11832>`__)
7+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11830 <https://github.com/readthedocs/readthedocs.org/pull/11830>`__)
8+
* `@humitos <https://github.com/humitos>`__: Docs: minimal docs for links preview addons (`#11828 <https://github.com/readthedocs/readthedocs.org/pull/11828>`__)
9+
* `@agjohnson <https://github.com/agjohnson>`__: Fix bug with notification HTML (`#11827 <https://github.com/readthedocs/readthedocs.org/pull/11827>`__)
10+
* `@ericholscher <https://github.com/ericholscher>`__: Fix AddonsConfig admin base_version. (`#11825 <https://github.com/readthedocs/readthedocs.org/pull/11825>`__)
11+
* `@stsewd <https://github.com/stsewd>`__: Domains: check for urlparse errors (`#11824 <https://github.com/readthedocs/readthedocs.org/pull/11824>`__)
12+
* `@humitos <https://github.com/humitos>`__: Requirements: update django-formtools (`#11822 <https://github.com/readthedocs/readthedocs.org/pull/11822>`__)
13+
* `@stsewd <https://github.com/stsewd>`__: Tests: mock dns queries to avoid flaky tests (`#11821 <https://github.com/readthedocs/readthedocs.org/pull/11821>`__)
14+
* `@humitos <https://github.com/humitos>`__: Release 11.16.0 (`#11817 <https://github.com/readthedocs/readthedocs.org/pull/11817>`__)
15+
* `@humitos <https://github.com/humitos>`__: Development: use `uv` to install everything (`#11815 <https://github.com/readthedocs/readthedocs.org/pull/11815>`__)
16+
* `@humitos <https://github.com/humitos>`__: EmbedAPI: main content based on documentation tool (`#11812 <https://github.com/readthedocs/readthedocs.org/pull/11812>`__)
17+
* `@humitos <https://github.com/humitos>`__: EmbedAPI: support "pretty URLs" (`#11811 <https://github.com/readthedocs/readthedocs.org/pull/11811>`__)
18+
* `@agjohnson <https://github.com/agjohnson>`__: Add email for business projects and new dashboard change (`#11809 <https://github.com/readthedocs/readthedocs.org/pull/11809>`__)
19+
* `@stsewd <https://github.com/stsewd>`__: Dependencies: update django-simple-history (`#11808 <https://github.com/readthedocs/readthedocs.org/pull/11808>`__)
20+
* `@stsewd <https://github.com/stsewd>`__: Config file: use pydantic for all config models (`#11798 <https://github.com/readthedocs/readthedocs.org/pull/11798>`__)
21+
* `@stsewd <https://github.com/stsewd>`__: Build: better error message when rclone fails (`#11796 <https://github.com/readthedocs/readthedocs.org/pull/11796>`__)
22+
* `@humitos <https://github.com/humitos>`__: Add project: use an instance variable to avoid 500 (`#11795 <https://github.com/readthedocs/readthedocs.org/pull/11795>`__)
23+
124
Version 11.16.0
225
---------------
326

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.16.0"
83+
version = "11.17.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.16.0",
3+
"version": "11.17.0",
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.16.0"
4+
__version__ = "11.17.0"

0 commit comments

Comments
 (0)