Skip to content

Commit ff14f90

Browse files
committed
Bump version to v0.11.0.
1 parent b793750 commit ff14f90

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ def _LatestTagName():
3636
return check_output(["git", "describe", "--abbrev=0", "--tags"], universal_newlines=True).strip()
3737

3838
# The full version, including alpha/beta/rc tags
39-
version = "0.10" # The short X.Y version.
40-
release = "0.10.6" # The full version, including alpha/beta/rc tags.
39+
version = "0.11" # The short X.Y version.
40+
release = "0.11.0" # 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
@@ -40,4 +40,4 @@
4040
:copyright: Copyright 2007-2021 Patrick Lehmann - Bötzingen, Germany
4141
:license: Apache License, Version 2.0
4242
"""
43-
__version__ = "0.10.6"
43+
__version__ = "0.11.0"

setup.py

Lines changed: 2 additions & 2 deletions
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.10.6",
56+
version="0.11.0",
5757

5858
author="Patrick Lehmann",
5959
author_email="[email protected]",
@@ -82,7 +82,7 @@
8282
"Programming Language :: Python :: 3.7",
8383
"Programming Language :: Python :: 3.8",
8484
"Programming Language :: Python :: 3.9",
85-
"Development Status :: 3 - Alpha",
85+
"Development Status :: 4 - Beta",
8686
# "Development Status :: 5 - Production/Stable",
8787
"Intended Audience :: Developers",
8888
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",

0 commit comments

Comments
 (0)