Skip to content

Commit 31cd496

Browse files
authored
Release 13.5.0 (#12252)
1 parent 969fc6c commit 31cd496

File tree

5 files changed

+23
-5
lines changed

5 files changed

+23
-5
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Version 13.5.0
2+
--------------
3+
4+
:Date: June 17, 2025
5+
6+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#12250 <https://github.com/readthedocs/readthedocs.org/pull/12250>`__)
7+
* `@humitos <https://github.com/humitos>`__: Delete /projects/<slug>/downloads/ URL (`#12247 <https://github.com/readthedocs/readthedocs.org/pull/12247>`__)
8+
* `@humitos <https://github.com/humitos>`__: Delete old URLs (`#12246 <https://github.com/readthedocs/readthedocs.org/pull/12246>`__)
9+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#12240 <https://github.com/readthedocs/readthedocs.org/pull/12240>`__)
10+
* `@stsewd <https://github.com/stsewd>`__: Redirect: fix infinite redirect in 404 view (`#12237 <https://github.com/readthedocs/readthedocs.org/pull/12237>`__)
11+
* `@stsewd <https://github.com/stsewd>`__: GitLab: Use full path for GitLab groups/organizations (`#12236 <https://github.com/readthedocs/readthedocs.org/pull/12236>`__)
12+
* `@stsewd <https://github.com/stsewd>`__: OAuth: return an iterator for pagination (`#12235 <https://github.com/readthedocs/readthedocs.org/pull/12235>`__)
13+
* `@stsewd <https://github.com/stsewd>`__: GitLab: handle when a repository is moved to another group (`#12233 <https://github.com/readthedocs/readthedocs.org/pull/12233>`__)
14+
* `@ericholscher <https://github.com/ericholscher>`__: Release 13.4.0 (`#12229 <https://github.com/readthedocs/readthedocs.org/pull/12229>`__)
15+
* `@humitos <https://github.com/humitos>`__: Publish canceled subscriptions into `#rtd-notifications` channel (`#12228 <https://github.com/readthedocs/readthedocs.org/pull/12228>`__)
16+
* `@stsewd <https://github.com/stsewd>`__: GitHub App: handle webhook events in task (`#12223 <https://github.com/readthedocs/readthedocs.org/pull/12223>`__)
17+
* `@humitos <https://github.com/humitos>`__: New dashboard: delete legacy HTML templates (part 3) (`#12200 <https://github.com/readthedocs/readthedocs.org/pull/12200>`__)
18+
119
Version 13.4.0
220
--------------
321

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
master_doc = "index"
8383
copyright = "Read the Docs, Inc & contributors"
84-
version = "13.4.0"
84+
version = "13.5.0"
8585
release = version
8686
exclude_patterns = ["_build", "shared", "_includes"]
8787
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": "13.4.0",
3+
"version": "13.5.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,3 +1,3 @@
11
"""Read the Docs."""
22

3-
__version__ = "13.4.0"
3+
__version__ = "13.5.0"

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = readthedocs
3-
version = 13.4.0
3+
version = 13.5.0
44
license = MIT
55
description = Read the Docs builds and hosts documentation
66
author = Read the Docs, Inc
@@ -29,7 +29,7 @@ github_owner = readthedocs
2929
github_repo = readthedocs.org
3030

3131
[bumpver]
32-
current_version = "13.4.0"
32+
current_version = "13.5.0"
3333
version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]"
3434
commit_message = "Bump version {old_version} -> {new_version}"
3535
commit = False

0 commit comments

Comments
 (0)