Skip to content

Commit

Permalink
Bump package version to v0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Dec 27, 2020
1 parent 74732d8 commit 9d6b1ee
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def _LatestTagName():

# The full version, including alpha/beta/rc tags
version = "0.7" # The short X.Y version.
release = "0.7.0" # The full version, including alpha/beta/rc tags.
release = "0.7.1" # The full version, including alpha/beta/rc tags.
try:
if _IsUnderGitControl:
latestTagName = _LatestTagName()[1:] # remove prefix "v"
Expand Down Expand Up @@ -97,7 +97,7 @@ def _LatestTagName():
html_context = {}
ctx = Path(__file__).resolve().parent / 'context.json'
if ctx.is_file():
html_context.update(loads(ctx.open('r').read()))
html_context.update(loads(ctx.open('r').read()))

html_theme_path = ["."]
html_theme = "_theme"
Expand Down
7 changes: 7 additions & 0 deletions pyVHDLModel/VHDLModel.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# EMACS settings: -*- tab-width: 2; indent-tabs-mode: t; python-indent-offset: 2 -*-
# vim: tabstop=2:shiftwidth=2:noexpandtab
# kate: tab-width 2; replace-tabs off; indent-width 2;
# =============================================================================
# __ ___ _ ____ _ __ __ _ _
# _ __ _ \ \ / / | | | _ \| | | \/ | ___ __| | ___| |
# | '_ \| | | \ \ / /| |_| | | | | | | |\/| |/ _ \ / _` |/ _ \ |
# | |_) | |_| |\ V / | _ | |_| | |___| | | | (_) | (_| | __/ |
# | .__/ \__, | \_/ |_| |_|____/|_____|_| |_|\___/ \__,_|\___|_|
# |_| |___/
# ==============================================================================
# Authors: Patrick Lehmann
#
Expand Down
7 changes: 7 additions & 0 deletions pyVHDLModel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# EMACS settings: -*- tab-width: 2; indent-tabs-mode: t; python-indent-offset: 2 -*-
# vim: tabstop=2:shiftwidth=2:noexpandtab
# kate: tab-width 2; replace-tabs off; indent-width 2;
# =============================================================================
# __ ___ _ ____ _ __ __ _ _
# _ __ _ \ \ / / | | | _ \| | | \/ | ___ __| | ___| |
# | '_ \| | | \ \ / /| |_| | | | | | | |\/| |/ _ \ / _` |/ _ \ |
# | |_) | |_| |\ V / | _ | |_| | |___| | | | (_) | (_| | __/ |
# | .__/ \__, | \_/ |_| |_|____/|_____|_| |_|\___/ \__,_|\___|_|
# |_| |___/
# ==============================================================================
# Authors: Patrick Lehmann
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

setuptools.setup(
name=projectName,
version="0.7.0",
version="0.7.1",

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

0 comments on commit 9d6b1ee

Please sign in to comment.