File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 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 = "14.3 .0"
84
+ version = "14.4 .0"
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
"""Read the Docs."""
2
2
3
- __version__ = "14.3 .0"
3
+ __version__ = "14.4 .0"
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = readthedocs
3
- version = 14.3 .0
3
+ version = 14.4 .0
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 = " 14.3 .0"
32
+ current_version = " 14.4 .0"
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