File tree Expand file tree Collapse file tree 5 files changed +23
-6
lines changed
Expand file tree Collapse file tree 5 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 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+
118Version 13.3.0
219--------------
320
Original file line number Diff line number Diff line change 8181
8282master_doc = "index"
8383copyright = "Read the Docs, Inc & contributors"
84- version = "13.3 .0"
84+ version = "13.4 .0"
8585release = version
8686exclude_patterns = ["_build" , "shared" , "_includes" ]
8787default_role = "obj"
Original file line number Diff line number Diff line change 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" : {
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" : {
Original file line number Diff line number Diff line change 11"""Read the Docs."""
22
3- __version__ = "13.3 .0"
3+ __version__ = "13.4 .0"
Original file line number Diff line number Diff line change 11[metadata]
22name = readthedocs
3- version = 13.3 .0
3+ version = 13.4 .0
44license = MIT
55description = Read the Docs builds and hosts documentation
66author = Read the Docs, Inc
@@ -29,7 +29,7 @@ github_owner = readthedocs
2929github_repo = readthedocs.org
3030
3131[bumpver]
32- current_version = " 13.3 .0"
32+ current_version = " 13.4 .0"
3333version_pattern = " MAJOR.MINOR.PATCH[TAGNUM]"
3434commit_message = " Bump version {old_version} -> {new_version}"
3535commit = False
You can’t perform that action at this time.
0 commit comments