Skip to content

Commit e11c7e2

Browse files
authored
Release 13.0.0 (#12141)
1 parent 108105f commit e11c7e2

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

CHANGELOG.rst

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Version 13.0.0
2+
--------------
3+
4+
:Date: April 29, 2025
5+
6+
* `@stsewd <https://github.com/stsewd>`__: Revert "Dependencies: all packages updated via pip-tools" (`#12136 <https://github.com/readthedocs/readthedocs.org/pull/12136>`__)
7+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#12135 <https://github.com/readthedocs/readthedocs.org/pull/12135>`__)
8+
* `@stsewd <https://github.com/stsewd>`__: Fix tests on .com (`#12131 <https://github.com/readthedocs/readthedocs.org/pull/12131>`__)
9+
* `@stsewd <https://github.com/stsewd>`__: GitHub App: fix PR builds and import (`#12126 <https://github.com/readthedocs/readthedocs.org/pull/12126>`__)
10+
* `@humitos <https://github.com/humitos>`__: Release 12.0.5 (`#12125 <https://github.com/readthedocs/readthedocs.org/pull/12125>`__)
11+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#12123 <https://github.com/readthedocs/readthedocs.org/pull/12123>`__)
12+
* `@stsewd <https://github.com/stsewd>`__: Versions: always keep latest in sync with default branch/tag (`#12121 <https://github.com/readthedocs/readthedocs.org/pull/12121>`__)
13+
* `@stsewd <https://github.com/stsewd>`__: Add migration page for GitHub App (`#12112 <https://github.com/readthedocs/readthedocs.org/pull/12112>`__)
14+
* `@humitos <https://github.com/humitos>`__: Upgrade to Django 5.x (`#12104 <https://github.com/readthedocs/readthedocs.org/pull/12104>`__)
15+
* `@humitos <https://github.com/humitos>`__: New dashboard: remove legacy dashboard (`#12091 <https://github.com/readthedocs/readthedocs.org/pull/12091>`__)
16+
117
Version 12.0.5
218
--------------
319

docs/conf.py

+1-1
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 = "12.0.5"
84+
version = "13.0.0"
8585
release = version
8686
exclude_patterns = ["_build", "shared", "_includes"]
8787
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": "12.0.5",
3+
"version": "13.0.0",
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,3 +1,3 @@
11
"""Read the Docs."""
22

3-
__version__ = "12.0.5"
3+
__version__ = "13.0.0"

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = readthedocs
3-
version = 12.0.5
3+
version = 13.0.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 = "12.0.5"
32+
current_version = "13.0.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)