Skip to content

Commit e27097a

Browse files
committed
Bump version to v0.11.5.
1 parent 9907732 commit e27097a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.11" # The short X.Y version.
40-
release = "0.11.4" # The full version, including alpha/beta/rc tags.
40+
release = "0.11.5" # The full version, including alpha/beta/rc tags.
4141
try:
4242
if _IsUnderGitControl:
4343
latestTagName = _LatestTagName()[1:] # remove prefix "v"

pyVHDLModel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
from pydecor import export
4747

4848

49-
__version__ = "0.11.4"
49+
__version__ = "0.11.5"
5050

5151

5252
@export

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# Assemble all package information
5454
setuptools_setup(
5555
name=projectName,
56-
version="0.11.4",
56+
version="0.11.5",
5757

5858
author="Patrick Lehmann",
5959
author_email="[email protected]",

0 commit comments

Comments
 (0)