Skip to content

Commit 8784787

Browse files
authored
Release 10.9.0 (#10880)
1 parent d0d8cba commit 8784787

File tree

33 files changed

+1925
-1975
lines changed

33 files changed

+1925
-1975
lines changed

CHANGELOG.rst

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
Version 10.9.0
2+
--------------
3+
4+
:Date: October 31, 2023
5+
6+
* `@stsewd <https://github.com/stsewd>`__: Build: use tag name for checkout (`#10879 <https://github.com/readthedocs/readthedocs.org/pull/10879>`__)
7+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#10876 <https://github.com/readthedocs/readthedocs.org/pull/10876>`__)
8+
* `@stsewd <https://github.com/stsewd>`__: Resolver: use new methods to resolve documentation pages (`#10875 <https://github.com/readthedocs/readthedocs.org/pull/10875>`__)
9+
* `@stsewd <https://github.com/stsewd>`__: CI: update circleci API call (`#10874 <https://github.com/readthedocs/readthedocs.org/pull/10874>`__)
10+
* `@humitos <https://github.com/humitos>`__: Addons: improve DB query for `projects_feature` table (`#10871 <https://github.com/readthedocs/readthedocs.org/pull/10871>`__)
11+
* `@humitos <https://github.com/humitos>`__: NGINX: inject the proper `readthedocs-version-slug` (`#10870 <https://github.com/readthedocs/readthedocs.org/pull/10870>`__)
12+
* `@stsewd <https://github.com/stsewd>`__: Unresolver: remove old language code compatibility (`#10869 <https://github.com/readthedocs/readthedocs.org/pull/10869>`__)
13+
* `@humitos <https://github.com/humitos>`__: Addons: return the `.first()` object (`#10868 <https://github.com/readthedocs/readthedocs.org/pull/10868>`__)
14+
* `@stsewd <https://github.com/stsewd>`__: Config file: remove deprecated keys from json schema (`#10867 <https://github.com/readthedocs/readthedocs.org/pull/10867>`__)
15+
* `@humitos <https://github.com/humitos>`__: Release 10.8.1 (`#10865 <https://github.com/readthedocs/readthedocs.org/pull/10865>`__)
16+
* `@humitos <https://github.com/humitos>`__: Release 10.8.0 (`#10864 <https://github.com/readthedocs/readthedocs.org/pull/10864>`__)
17+
* `@humitos <https://github.com/humitos>`__: DB: create an index for `builds_build` table to improve Addons API (`#10840 <https://github.com/readthedocs/readthedocs.org/pull/10840>`__)
18+
* `@stsewd <https://github.com/stsewd>`__: Redirects (design doc): improving existing functionality (`#10825 <https://github.com/readthedocs/readthedocs.org/pull/10825>`__)
19+
* `@humitos <https://github.com/humitos>`__: Addons: accept `project-slug` and `version-slug` on endpoint (`#10823 <https://github.com/readthedocs/readthedocs.org/pull/10823>`__)
20+
* `@stsewd <https://github.com/stsewd>`__: Resolver: refactor (`#10813 <https://github.com/readthedocs/readthedocs.org/pull/10813>`__)
21+
* `@stephenfin <https://github.com/stephenfin>`__: docs: Document how to fetch additional branches (`#10795 <https://github.com/readthedocs/readthedocs.org/pull/10795>`__)
22+
123
Version 10.8.1
224
--------------
325

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
master_doc = "index"
7979
copyright = "Read the Docs, Inc & contributors"
80-
version = "10.8.1"
80+
version = "10.9.0"
8181
release = version
8282
exclude_patterns = ["_build", "shared", "_includes"]
8383
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": "10.8.1",
3+
"version": "10.9.0",
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__ = "10.8.1"
4+
__version__ = "10.9.0"

0 commit comments

Comments
 (0)