Skip to content

Commit 05a4729

Browse files
committed
Merge branch 'release/2026.08.26'
2 parents 7423bcc + 2a69172 commit 05a4729

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
master_doc = "index"
8282
copyright = "Read the Docs, Inc & contributors"
83-
version = "2026.08.18"
83+
version = "2026.08.26"
8484
release = version
8585
exclude_patterns = ["_build", "shared", "_includes"]
8686
# Exclude design docs from dev documentation

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__ = "2026.08.18"
3+
__version__ = "2026.08.26"

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 = 2026.08.18
3+
version = 2026.08.26
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 = "2026.08.18"
32+
current_version = "2026.08.26"
3333
version_pattern = "YYYY.0M.0D[TAGNUM]"
3434
commit_message = "Bump version {old_version} -> {new_version}"
3535
commit = False

0 commit comments

Comments
 (0)