File tree Expand file tree Collapse file tree 5 files changed +23
-5
lines changed Expand file tree Collapse file tree 5 files changed +23
-5
lines changed Original file line number Diff line number Diff line change
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
+
1
19
Version 12.0.2
2
20
--------------
3
21
Original file line number Diff line number Diff line change 81
81
82
82
master_doc = "index"
83
83
copyright = "Read the Docs, Inc & contributors"
84
- version = "12.0.2 "
84
+ version = "12.0.3 "
85
85
release = version
86
86
exclude_patterns = ["_build" , "shared" , "_includes" ]
87
87
default_role = "obj"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " readthedocs" ,
3
- "version" : " 12.0.2 " ,
3
+ "version" : " 12.0.3 " ,
4
4
"description" : " Read the Docs build dependencies" ,
5
5
"author" :
" Read the Docs, Inc <[email protected] >" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
"""Read the Docs."""
2
2
3
- __version__ = "12.0.2 "
3
+ __version__ = "12.0.3 "
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = readthedocs
3
- version = 12.0.2
3
+ version = 12.0.3
4
4
license = MIT
5
5
description = Read the Docs builds and hosts documentation
6
6
author = Read the Docs, Inc
@@ -29,7 +29,7 @@ github_owner = readthedocs
29
29
github_repo = readthedocs.org
30
30
31
31
[bumpver]
32
- current_version = " 12.0.2 "
32
+ current_version = " 12.0.3 "
33
33
version_pattern = " MAJOR.MINOR.PATCH[TAGNUM]"
34
34
commit_message = " Bump version {old_version} -> {new_version}"
35
35
commit = False
You can’t perform that action at this time.
0 commit comments