Skip to content

Commit

Permalink
Test the new workflow pipeline with a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Jun 10, 2021
1 parent f22cdac commit 72b299a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def _LatestTagName():

# The full version, including alpha/beta/rc tags
version = "0.6" # The short X.Y version.
release = "0.6.2" # The full version, including alpha/beta/rc tags.
release = "0.6.3" # The full version, including alpha/beta/rc tags.
try:
if _IsUnderGitControl:
latestTagName = _LatestTagName()[1:] # remove prefix "v"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# Assemble all package information
setuptools_setup(
name=projectName,
version="0.6.2",
version="0.6.3",

author="Patrick Lehmann",
author_email="[email protected]",
Expand Down

0 comments on commit 72b299a

Please sign in to comment.