Skip to content

Commit 038e1b6

Browse files
authored
Release 9.14.0 (#10449)
1 parent 242641b commit 038e1b6

File tree

55 files changed

+4210
-4981
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+4210
-4981
lines changed

CHANGELOG.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
Version 9.14.0
2+
--------------
3+
4+
:Date: June 20, 2023
5+
6+
* `@stsewd <https://github.com/stsewd>`__: Test with explicit number of concurrent builds (`#10444 <https://github.com/readthedocs/readthedocs.org/pull/10444>`__)
7+
* `@benjaoming <https://github.com/benjaoming>`__: Do not show paths in 404s (`#10443 <https://github.com/readthedocs/readthedocs.org/pull/10443>`__)
8+
* `@humitos <https://github.com/humitos>`__: Deprecation: opt-out from config file email (`#10440 <https://github.com/readthedocs/readthedocs.org/pull/10440>`__)
9+
* `@humitos <https://github.com/humitos>`__: Deprecation: send emails to "active projects" only (`#10439 <https://github.com/readthedocs/readthedocs.org/pull/10439>`__)
10+
* `@humitos <https://github.com/humitos>`__: Use latest `common/` (`#10436 <https://github.com/readthedocs/readthedocs.org/pull/10436>`__)
11+
* `@benjaoming <https://github.com/benjaoming>`__: Docs: Add email template to report abandoned projects (`#10435 <https://github.com/readthedocs/readthedocs.org/pull/10435>`__)
12+
* `@rffontenelle <https://github.com/rffontenelle>`__: Update instructions for using transifex client tool (`#10434 <https://github.com/readthedocs/readthedocs.org/pull/10434>`__)
13+
* `@stsewd <https://github.com/stsewd>`__: CI: trigger circleci job on readthedocs-ext on merge (`#10433 <https://github.com/readthedocs/readthedocs.org/pull/10433>`__)
14+
* `@humitos <https://github.com/humitos>`__: Deprecation: show the project slug/link correctly on email (`#10432 <https://github.com/readthedocs/readthedocs.org/pull/10432>`__)
15+
* `@ericholscher <https://github.com/ericholscher>`__: Add the api_client into the sync_repo task (`#10431 <https://github.com/readthedocs/readthedocs.org/pull/10431>`__)
16+
* `@humitos <https://github.com/humitos>`__: Release 9.13.3 (`#10428 <https://github.com/readthedocs/readthedocs.org/pull/10428>`__)
17+
* `@humitos <https://github.com/humitos>`__: Analytics: create DB index on `PageView.date` (`#10426 <https://github.com/readthedocs/readthedocs.org/pull/10426>`__)
18+
* `@humitos <https://github.com/humitos>`__: Celery: increase frequency of `delete_closed_external_versions` task (`#10425 <https://github.com/readthedocs/readthedocs.org/pull/10425>`__)
19+
* `@humitos <https://github.com/humitos>`__: Feature flag: remove unused ones (`#10423 <https://github.com/readthedocs/readthedocs.org/pull/10423>`__)
20+
* `@benjaoming <https://github.com/benjaoming>`__: Docs: Configuration file pages as explanation and reference (Diátaxis) (`#10416 <https://github.com/readthedocs/readthedocs.org/pull/10416>`__)
21+
* `@ericholscher <https://github.com/ericholscher>`__: Deprecation: send email notifications for config file v2 (`#10415 <https://github.com/readthedocs/readthedocs.org/pull/10415>`__)
22+
* `@ericholscher <https://github.com/ericholscher>`__: Add a `cat` command and note in the build output when a config file is properly used. (`#10413 <https://github.com/readthedocs/readthedocs.org/pull/10413>`__)
23+
* `@humitos <https://github.com/humitos>`__: Build: fail builds without configuration file or using v1 (`#10355 <https://github.com/readthedocs/readthedocs.org/pull/10355>`__)
24+
* `@stsewd <https://github.com/stsewd>`__: Design doc: secure access to APIs from builders (`#10289 <https://github.com/readthedocs/readthedocs.org/pull/10289>`__)
25+
126
Version 9.13.3
227
--------------
328

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.13.3"
78+
version = "9.14.0"
7979
release = version
8080
exclude_patterns = ["_build", "shared", "_includes"]
8181
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": "9.13.3",
3+
"version": "9.14.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__ = "9.13.3"
4+
__version__ = "9.14.0"
-59 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)