Skip to content

Release 9.13.2 #10391

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Version 9.13.2
--------------

:Date: June 06, 2023

* `@stsewd <https://github.com/stsewd>`__: Build: pass environment explicitly (`#10388 <https://github.com/readthedocs/readthedocs.org/pull/10388>`__)
* `@agjohnson <https://github.com/agjohnson>`__: Try to bump up config file search in ranking (`#10387 <https://github.com/readthedocs/readthedocs.org/pull/10387>`__)
* `@benjaoming <https://github.com/benjaoming>`__: Dev: invoke options --no-django-debug and --http-domain (`#10384 <https://github.com/readthedocs/readthedocs.org/pull/10384>`__)
* `@benjaoming <https://github.com/benjaoming>`__: Doc: Remove broken reference (`#10382 <https://github.com/readthedocs/readthedocs.org/pull/10382>`__)
* `@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>`__)
* `@stsewd <https://github.com/stsewd>`__: Logs: remove caching without tags log warning (`#10376 <https://github.com/readthedocs/readthedocs.org/pull/10376>`__)
* `@stsewd <https://github.com/stsewd>`__: Build: merge `BaseEnvironment` with `BuildEnvironment` (`#10375 <https://github.com/readthedocs/readthedocs.org/pull/10375>`__)
* `@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>`__)
* `@stsewd <https://github.com/stsewd>`__: Remove unused permission classes (`#10373 <https://github.com/readthedocs/readthedocs.org/pull/10373>`__)
* `@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>`__)
* `@ericholscher <https://github.com/ericholscher>`__: Release 9.13.1 (`#10366 <https://github.com/readthedocs/readthedocs.org/pull/10366>`__)
* `@benjaoming <https://github.com/benjaoming>`__: Small index page tweak (`#10358 <https://github.com/readthedocs/readthedocs.org/pull/10358>`__)
* `@humitos <https://github.com/humitos>`__: Project: suggest a simple config file on project import wizard (`#10356 <https://github.com/readthedocs/readthedocs.org/pull/10356>`__)
* `@humitos <https://github.com/humitos>`__: Config: deprecated notification for projects without config file (`#10354 <https://github.com/readthedocs/readthedocs.org/pull/10354>`__)

Version 9.13.1
--------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

master_doc = "index"
copyright = "Read the Docs, Inc & contributors"
version = "9.13.1"
version = "9.13.2"
release = version
exclude_patterns = ["_build", "shared", "_includes"]
default_role = "obj"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "readthedocs",
"version": "9.13.1",
"version": "9.13.2",
"description": "Read the Docs build dependencies",
"author": "Read the Docs, Inc <[email protected]>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readthedocs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Read the Docs."""


__version__ = "9.13.1"
__version__ = "9.13.2"
Loading