Skip to content

Commit fe29275

Browse files
authored
Release 13.4.0 (#12229)
1 parent 45806be commit fe29275

File tree

5 files changed

+23
-6
lines changed

5 files changed

+23
-6
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Version 13.4.0
2+
--------------
3+
4+
:Date: June 03, 2025
5+
6+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#12226 <https://github.com/readthedocs/readthedocs.org/pull/12226>`__)
7+
* `@agjohnson <https://github.com/agjohnson>`__: Add Project queryset `prefetch_latest_build()` to project filter (`#12225 <https://github.com/readthedocs/readthedocs.org/pull/12225>`__)
8+
* `@stsewd <https://github.com/stsewd>`__: Subscriptions: fix canceling subscription (`#12224 <https://github.com/readthedocs/readthedocs.org/pull/12224>`__)
9+
* `@henryiii <https://github.com/henryiii>`__: fix(schema): require tools or commands (`#12222 <https://github.com/readthedocs/readthedocs.org/pull/12222>`__)
10+
* `@humitos <https://github.com/humitos>`__: Upload staticfiles to S3 (`#12220 <https://github.com/readthedocs/readthedocs.org/pull/12220>`__)
11+
* `@ericholscher <https://github.com/ericholscher>`__: Fix sitemap by moving comment. (`#12216 <https://github.com/readthedocs/readthedocs.org/pull/12216>`__)
12+
* `@humitos <https://github.com/humitos>`__: Gold: `subscription` is the subscription id as string (`#12212 <https://github.com/readthedocs/readthedocs.org/pull/12212>`__)
13+
* `@humitos <https://github.com/humitos>`__: Release 13.3.0 (`#12209 <https://github.com/readthedocs/readthedocs.org/pull/12209>`__)
14+
* `@humitos <https://github.com/humitos>`__: Tests: call `super().setUp()` (`#12208 <https://github.com/readthedocs/readthedocs.org/pull/12208>`__)
15+
* `@humitos <https://github.com/humitos>`__: New dashboard: delete legacy HTML templates (part 2) (`#12197 <https://github.com/readthedocs/readthedocs.org/pull/12197>`__)
16+
* `@stsewd <https://github.com/stsewd>`__: GitHub App: faster migration page (`#12186 <https://github.com/readthedocs/readthedocs.org/pull/12186>`__)
17+
118
Version 13.3.0
219
--------------
320

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.3.0"
84+
version = "13.4.0"
8585
release = version
8686
exclude_patterns = ["_build", "shared", "_includes"]
8787
default_role = "obj"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "readthedocs",
3-
"version": "13.3.0",
3+
"version": "13.4.0",
44
"description": "Read the Docs build dependencies",
55
"author": "Read the Docs, Inc <support@readthedocs.com>",
66
"scripts": {
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"bowser": "^1.9.3",
1414
"cssfilter": "0.0.8",
15-
"github-changelog": "github:agjohnson/github-changelog",
15+
"github-changelog": "git+https://github.com/agjohnson/github-changelog.git",
1616
"npm": "^6.1.0"
1717
},
1818
"devDependencies": {

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.3.0"
3+
__version__ = "13.4.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.3.0
3+
version = 13.4.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.3.0"
32+
current_version = "13.4.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)