File tree Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Original file line number Diff line number Diff line change
1
+ Version 11.7.1
2
+ --------------
3
+
4
+ :Date: September 03, 2024
5
+
6
+ * `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11575 <https://github.com/readthedocs/readthedocs.org/pull/11575>`__)
7
+ * `@stsewd <https://github.com/stsewd>`__: SAML: update Okta setup steps (`#11569 <https://github.com/readthedocs/readthedocs.org/pull/11569>`__)
8
+ * `@humitos <https://github.com/humitos>`__: Notifications: small typo (`#11568 <https://github.com/readthedocs/readthedocs.org/pull/11568>`__)
9
+ * `@humitos <https://github.com/humitos>`__: Release 11.7.0 (`#11567 <https://github.com/readthedocs/readthedocs.org/pull/11567>`__)
10
+ * `@humitos <https://github.com/humitos>`__: Add project: skip config step if YAML file is present (`#11540 <https://github.com/readthedocs/readthedocs.org/pull/11540>`__)
11
+ * `@stsewd <https://github.com/stsewd>`__: Allauth: don't completely override the `send_email` method (`#11526 <https://github.com/readthedocs/readthedocs.org/pull/11526>`__)
12
+
1
13
Version 11.7.0
2
14
--------------
3
15
Original file line number Diff line number Diff line change 76
76
77
77
master_doc = "index"
78
78
copyright = "Read the Docs, Inc & contributors"
79
- version = "11.7.0 "
79
+ version = "11.7.1 "
80
80
release = version
81
81
exclude_patterns = ["_build" , "shared" , "_includes" ]
82
82
default_role = "obj"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " readthedocs" ,
3
- "version" : " 11.7.0 " ,
3
+ "version" : " 11.7.1 " ,
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
3
4
- __version__ = "11.7.0 "
4
+ __version__ = "11.7.1 "
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = readthedocs
3
- version = 11.7.0
3
+ version = 11.7.1
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 = " 11.7.0 "
32
+ current_version = " 11.7.1 "
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