File tree 4 files changed +17
-3
lines changed
4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def _LatestTagName():
38
38
39
39
# The full version, including alpha/beta/rc tags
40
40
version = "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.
42
42
try :
43
43
if _IsUnderGitControl :
44
44
latestTagName = _LatestTagName ()[1 :] # remove prefix "v"
@@ -97,7 +97,7 @@ def _LatestTagName():
97
97
html_context = {}
98
98
ctx = Path (__file__ ).resolve ().parent / 'context.json'
99
99
if ctx .is_file ():
100
- html_context .update (loads (ctx .open ('r' ).read ()))
100
+ html_context .update (loads (ctx .open ('r' ).read ()))
101
101
102
102
html_theme_path = ["." ]
103
103
html_theme = "_theme"
Original file line number Diff line number Diff line change 1
1
# EMACS settings: -*- tab-width: 2; indent-tabs-mode: t; python-indent-offset: 2 -*-
2
2
# vim: tabstop=2:shiftwidth=2:noexpandtab
3
3
# kate: tab-width 2; replace-tabs off; indent-width 2;
4
+ # =============================================================================
5
+ # __ ___ _ ____ _ __ __ _ _
6
+ # _ __ _ \ \ / / | | | _ \| | | \/ | ___ __| | ___| |
7
+ # | '_ \| | | \ \ / /| |_| | | | | | | |\/| |/ _ \ / _` |/ _ \ |
8
+ # | |_) | |_| |\ V / | _ | |_| | |___| | | | (_) | (_| | __/ |
9
+ # | .__/ \__, | \_/ |_| |_|____/|_____|_| |_|\___/ \__,_|\___|_|
10
+ # |_| |___/
4
11
# ==============================================================================
5
12
# Authors: Patrick Lehmann
6
13
#
Original file line number Diff line number Diff line change 1
1
# EMACS settings: -*- tab-width: 2; indent-tabs-mode: t; python-indent-offset: 2 -*-
2
2
# vim: tabstop=2:shiftwidth=2:noexpandtab
3
3
# kate: tab-width 2; replace-tabs off; indent-width 2;
4
+ # =============================================================================
5
+ # __ ___ _ ____ _ __ __ _ _
6
+ # _ __ _ \ \ / / | | | _ \| | | \/ | ___ __| | ___| |
7
+ # | '_ \| | | \ \ / /| |_| | | | | | | |\/| |/ _ \ / _` |/ _ \ |
8
+ # | |_) | |_| |\ V / | _ | |_| | |___| | | | (_) | (_| | __/ |
9
+ # | .__/ \__, | \_/ |_| |_|____/|_____|_| |_|\___/ \__,_|\___|_|
10
+ # |_| |___/
4
11
# ==============================================================================
5
12
# Authors: Patrick Lehmann
6
13
#
Original file line number Diff line number Diff line change 50
50
51
51
setuptools .setup (
52
52
name = projectName ,
53
- version = "0.7.0 " ,
53
+ version = "0.7.1 " ,
54
54
55
55
author = "Patrick Lehmann" ,
56
56
You can’t perform that action at this time.
0 commit comments