File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def _LatestTagName():
3838
3939# The full version, including alpha/beta/rc tags
4040version = "0.7" # The short X.Y version.
41- release = "0.7.0 " # The full version, including alpha/beta/rc tags.
41+ release = "0.7.1 " # The full version, including alpha/beta/rc tags.
4242try :
4343 if _IsUnderGitControl :
4444 latestTagName = _LatestTagName ()[1 :] # remove prefix "v"
@@ -97,7 +97,7 @@ def _LatestTagName():
9797html_context = {}
9898ctx = Path (__file__ ).resolve ().parent / 'context.json'
9999if ctx .is_file ():
100- html_context .update (loads (ctx .open ('r' ).read ()))
100+ html_context .update (loads (ctx .open ('r' ).read ()))
101101
102102html_theme_path = ["." ]
103103html_theme = "_theme"
Original file line number Diff line number Diff line change 11# EMACS settings: -*- tab-width: 2; indent-tabs-mode: t; python-indent-offset: 2 -*-
22# vim: tabstop=2:shiftwidth=2:noexpandtab
33# kate: tab-width 2; replace-tabs off; indent-width 2;
4+ # =============================================================================
5+ # __ ___ _ ____ _ __ __ _ _
6+ # _ __ _ \ \ / / | | | _ \| | | \/ | ___ __| | ___| |
7+ # | '_ \| | | \ \ / /| |_| | | | | | | |\/| |/ _ \ / _` |/ _ \ |
8+ # | |_) | |_| |\ V / | _ | |_| | |___| | | | (_) | (_| | __/ |
9+ # | .__/ \__, | \_/ |_| |_|____/|_____|_| |_|\___/ \__,_|\___|_|
10+ # |_| |___/
411# ==============================================================================
512# Authors: Patrick Lehmann
613#
Original file line number Diff line number Diff line change 11# EMACS settings: -*- tab-width: 2; indent-tabs-mode: t; python-indent-offset: 2 -*-
22# vim: tabstop=2:shiftwidth=2:noexpandtab
33# kate: tab-width 2; replace-tabs off; indent-width 2;
4+ # =============================================================================
5+ # __ ___ _ ____ _ __ __ _ _
6+ # _ __ _ \ \ / / | | | _ \| | | \/ | ___ __| | ___| |
7+ # | '_ \| | | \ \ / /| |_| | | | | | | |\/| |/ _ \ / _` |/ _ \ |
8+ # | |_) | |_| |\ V / | _ | |_| | |___| | | | (_) | (_| | __/ |
9+ # | .__/ \__, | \_/ |_| |_|____/|_____|_| |_|\___/ \__,_|\___|_|
10+ # |_| |___/
411# ==============================================================================
512# Authors: Patrick Lehmann
613#
Original file line number Diff line number Diff line change 5050
5151setuptools .setup (
5252 name = projectName ,
53- version = "0.7.0 " ,
53+ version = "0.7.1 " ,
5454
5555 author = "Patrick Lehmann" ,
5656
You can’t perform that action at this time.
0 commit comments