Skip to content

Commit

Permalink
Bump version to v0.11.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Aug 22, 2021
1 parent 9907732 commit e27097a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def _LatestTagName():

# The full version, including alpha/beta/rc tags
version = "0.11" # The short X.Y version.
release = "0.11.4" # The full version, including alpha/beta/rc tags.
release = "0.11.5" # 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 pyVHDLModel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
from pydecor import export


__version__ = "0.11.4"
__version__ = "0.11.5"


@export
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# Assemble all package information
setuptools_setup(
name=projectName,
version="0.11.4",
version="0.11.5",

author="Patrick Lehmann",
author_email="Paebbels@gmail.com",
Expand Down

0 comments on commit e27097a

Please sign in to comment.