Skip to content

Commit ff501bc

Browse files
authored
Release 12.0.3 (#12089)
1 parent 9cd7fdb commit ff501bc

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 12.0.3
2+
--------------
3+
4+
:Date: April 08, 2025
5+
6+
* `@stsewd <https://github.com/stsewd>`__: Remove cacheops (`#12087 <https://github.com/readthedocs/readthedocs.org/pull/12087>`__)
7+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#12083 <https://github.com/readthedocs/readthedocs.org/pull/12083>`__)
8+
* `@stsewd <https://github.com/stsewd>`__: Storage: remove build environment storage (`#12077 <https://github.com/readthedocs/readthedocs.org/pull/12077>`__)
9+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#12075 <https://github.com/readthedocs/readthedocs.org/pull/12075>`__)
10+
* `@stsewd <https://github.com/stsewd>`__: Docs: mention fine-grained personal access token for GitHub (`#12074 <https://github.com/readthedocs/readthedocs.org/pull/12074>`__)
11+
* `@stsewd <https://github.com/stsewd>`__: Revert "Requirements: use xmlsec with `--no-binary` option" (`#12071 <https://github.com/readthedocs/readthedocs.org/pull/12071>`__)
12+
* `@stsewd <https://github.com/stsewd>`__: Add models for GitHub App (`#12070 <https://github.com/readthedocs/readthedocs.org/pull/12070>`__)
13+
* `@ericholscher <https://github.com/ericholscher>`__: Release 12.0.2 (`#12068 <https://github.com/readthedocs/readthedocs.org/pull/12068>`__)
14+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#12065 <https://github.com/readthedocs/readthedocs.org/pull/12065>`__)
15+
* `@stsewd <https://github.com/stsewd>`__: Remove dead code (`#12060 <https://github.com/readthedocs/readthedocs.org/pull/12060>`__)
16+
* `@humitos <https://github.com/humitos>`__: Requirements: use xmlsec with `--no-binary` option (`#12056 <https://github.com/readthedocs/readthedocs.org/pull/12056>`__)
17+
* `@stsewd <https://github.com/stsewd>`__: Webhooks: refactor branch/tag building (`#12014 <https://github.com/readthedocs/readthedocs.org/pull/12014>`__)
18+
119
Version 12.0.2
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 = "12.0.2"
84+
version = "12.0.3"
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": "12.0.2",
3+
"version": "12.0.3",
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__ = "12.0.2"
3+
__version__ = "12.0.3"

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 = 12.0.2
3+
version = 12.0.3
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.2"
32+
current_version = "12.0.3"
3333
version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]"
3434
commit_message = "Bump version {old_version} -> {new_version}"
3535
commit = False

0 commit comments

Comments
 (0)