Skip to content

Commit b34b0c6

Browse files
authored
Release 9.15.0 (#10475)
1 parent ae58e0b commit b34b0c6

File tree

34 files changed

+1967
-1923
lines changed

34 files changed

+1967
-1923
lines changed

CHANGELOG.rst

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
Version 9.15.0
2+
--------------
3+
4+
:Date: June 26, 2023
5+
6+
* `@MSanKeys963 <https://github.com/MSanKeys963>`__: Docs: Typo fix for integrations.rst (`#10474 <https://github.com/readthedocs/readthedocs.org/pull/10474>`__)
7+
* `@stsewd <https://github.com/stsewd>`__: Fix pip-tools GitHub action (`#10473 <https://github.com/readthedocs/readthedocs.org/pull/10473>`__)
8+
* `@humitos <https://github.com/humitos>`__: Script: build tools updates (`#10467 <https://github.com/readthedocs/readthedocs.org/pull/10467>`__)
9+
* `@humitos <https://github.com/humitos>`__: Addons: improve db query when adding HTTP header from El Proxito (`#10461 <https://github.com/readthedocs/readthedocs.org/pull/10461>`__)
10+
* `@stsewd <https://github.com/stsewd>`__: API V2: Optimize /project/active_versions and /version/ endpoints (`#10460 <https://github.com/readthedocs/readthedocs.org/pull/10460>`__)
11+
* `@benjaoming <https://github.com/benjaoming>`__: Docs: Replace navigation instructions with direct URLs w/ organization chooser (`#10457 <https://github.com/readthedocs/readthedocs.org/pull/10457>`__)
12+
* `@humitos <https://github.com/humitos>`__: Addons: improve "active and built Versions" query (`#10455 <https://github.com/readthedocs/readthedocs.org/pull/10455>`__)
13+
* `@stsewd <https://github.com/stsewd>`__: API V3: add IsAuthenticated to permissions (`#10452 <https://github.com/readthedocs/readthedocs.org/pull/10452>`__)
14+
* `@stsewd <https://github.com/stsewd>`__: Search: stop creating SphinxDomain objects (`#10451 <https://github.com/readthedocs/readthedocs.org/pull/10451>`__)
15+
* `@stsewd <https://github.com/stsewd>`__: Unresolver: check for valid schemes when unresolving URL (`#10450 <https://github.com/readthedocs/readthedocs.org/pull/10450>`__)
16+
* `@humitos <https://github.com/humitos>`__: Release 9.14.0 (`#10449 <https://github.com/readthedocs/readthedocs.org/pull/10449>`__)
17+
* `@stsewd <https://github.com/stsewd>`__: Proxito: easy migration to custom path prefixes (`#10448 <https://github.com/readthedocs/readthedocs.org/pull/10448>`__)
18+
* `@stsewd <https://github.com/stsewd>`__: Add helper task to update dependencies (`#10447 <https://github.com/readthedocs/readthedocs.org/pull/10447>`__)
19+
* `@humitos <https://github.com/humitos>`__: Addons: handle API exceptions from unresolver (`#10427 <https://github.com/readthedocs/readthedocs.org/pull/10427>`__)
20+
* `@humitos <https://github.com/humitos>`__: Celery: increase frequency of `delete_closed_external_versions` task (`#10425 <https://github.com/readthedocs/readthedocs.org/pull/10425>`__)
21+
* `@stsewd <https://github.com/stsewd>`__: Use project-scoped temporal tokens to interact with the API from the builders (`#10378 <https://github.com/readthedocs/readthedocs.org/pull/10378>`__)
22+
* `@EwoutH <https://github.com/EwoutH>`__: Update patch versions and add new ones for all supported languages (`#10217 <https://github.com/readthedocs/readthedocs.org/pull/10217>`__)
23+
* `@humitos <https://github.com/humitos>`__: Docs: mention `docsify` on "Build customization" (`#9439 <https://github.com/readthedocs/readthedocs.org/pull/9439>`__)
24+
* `@davidfischer <https://github.com/davidfischer>`__: Flyout and Footer API design document (`#8052 <https://github.com/readthedocs/readthedocs.org/pull/8052>`__)
25+
126
Version 9.14.0
227
--------------
328

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
master_doc = "index"
7777
copyright = "Read the Docs, Inc & contributors"
78-
version = "9.14.0"
78+
version = "9.15.0"
7979
release = version
8080
exclude_patterns = ["_build", "shared", "_includes"]
8181
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": "9.14.0",
3+
"version": "9.15.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__ = "9.14.0"
4+
__version__ = "9.15.0"

0 commit comments

Comments
 (0)