Skip to content

Commit 926add8

Browse files
authored
Release 9.13.2 (#10391)
1 parent 911234e commit 926add8

File tree

37 files changed

+6208
-5621
lines changed

37 files changed

+6208
-5621
lines changed

CHANGELOG.rst

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
Version 9.13.2
2+
--------------
3+
4+
:Date: June 06, 2023
5+
6+
* `@stsewd <https://github.com/stsewd>`__: Build: pass environment explicitly (`#10388 <https://github.com/readthedocs/readthedocs.org/pull/10388>`__)
7+
* `@agjohnson <https://github.com/agjohnson>`__: Try to bump up config file search in ranking (`#10387 <https://github.com/readthedocs/readthedocs.org/pull/10387>`__)
8+
* `@benjaoming <https://github.com/benjaoming>`__: Dev: invoke options --no-django-debug and --http-domain (`#10384 <https://github.com/readthedocs/readthedocs.org/pull/10384>`__)
9+
* `@benjaoming <https://github.com/benjaoming>`__: Doc: Remove broken reference (`#10382 <https://github.com/readthedocs/readthedocs.org/pull/10382>`__)
10+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#10380 <https://github.com/readthedocs/readthedocs.org/pull/10380>`__)
11+
* `@stsewd <https://github.com/stsewd>`__: Logs: remove caching without tags log warning (`#10376 <https://github.com/readthedocs/readthedocs.org/pull/10376>`__)
12+
* `@stsewd <https://github.com/stsewd>`__: Build: merge `BaseEnvironment` with `BuildEnvironment` (`#10375 <https://github.com/readthedocs/readthedocs.org/pull/10375>`__)
13+
* `@stsewd <https://github.com/stsewd>`__: Build: avoid breaking builds when a new argument is added to a task (`#10374 <https://github.com/readthedocs/readthedocs.org/pull/10374>`__)
14+
* `@stsewd <https://github.com/stsewd>`__: Remove unused permission classes (`#10373 <https://github.com/readthedocs/readthedocs.org/pull/10373>`__)
15+
* `@benjaoming <https://github.com/benjaoming>`__: Build: Bug in `target_url`, failure to add "success" status if no external version exists (`#10369 <https://github.com/readthedocs/readthedocs.org/pull/10369>`__)
16+
* `@ericholscher <https://github.com/ericholscher>`__: Release 9.13.1 (`#10366 <https://github.com/readthedocs/readthedocs.org/pull/10366>`__)
17+
* `@benjaoming <https://github.com/benjaoming>`__: Small index page tweak (`#10358 <https://github.com/readthedocs/readthedocs.org/pull/10358>`__)
18+
* `@humitos <https://github.com/humitos>`__: Project: suggest a simple config file on project import wizard (`#10356 <https://github.com/readthedocs/readthedocs.org/pull/10356>`__)
19+
* `@humitos <https://github.com/humitos>`__: Config: deprecated notification for projects without config file (`#10354 <https://github.com/readthedocs/readthedocs.org/pull/10354>`__)
20+
121
Version 9.13.1
222
--------------
323

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
master_doc = "index"
7676
copyright = "Read the Docs, Inc & contributors"
77-
version = "9.13.1"
77+
version = "9.13.2"
7878
release = version
7979
exclude_patterns = ["_build", "shared", "_includes"]
8080
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.13.1",
3+
"version": "9.13.2",
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.13.1"
4+
__version__ = "9.13.2"

0 commit comments

Comments
 (0)