Skip to content

Commit 5989e34

Browse files
authored
v0.10.5
2 parents f61060f + 09497f9 commit 5989e34

File tree

4 files changed

+205
-103
lines changed

4 files changed

+205
-103
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def _LatestTagName():
3737

3838
# The full version, including alpha/beta/rc tags
3939
version = "0.9" # The short X.Y version.
40-
release = "0.10.4" # The full version, including alpha/beta/rc tags.
40+
release = "0.10.5" # The full version, including alpha/beta/rc tags.
4141
try:
4242
if _IsUnderGitControl:
4343
latestTagName = _LatestTagName()[1:] # remove prefix "v"

0 commit comments

Comments
 (0)