Skip to content

Commit bdc7985

Browse files
author
Andy Robinson
committed
Version 0.7.2, High Jump improved
1 parent 0daeb0c commit bdc7985

File tree

4 files changed

+9090
-20
lines changed

4 files changed

+9090
-20
lines changed

athlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def __wma_delay__():
66
from .hungarian_score import score as hungarian_score
77
from .athlon_score import performance as athlon_performance_needed
88

9-
__version__ = u'0.7.1'
9+
__version__ = u'0.7.2'
1010

1111
from .exceptions import RuleViolation
1212

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@
5656

5757
# General information about the project.
5858
project = u'athlib'
59-
copyright = u'2017-21, Andy Robinson, Robin Becker and others'
60-
author = u'Andy Robinson, Robin Becker and others'
59+
copyright = u'2017-21, Andy Robinson, Robin Becker, Llewellyn Brunsdon-Haland and others'
60+
author = u'Andy Robinson, Robin Becker, Llewellyn Brunsdon-Haland and others'
6161

6262
# The version info for the project you're documenting, acts as replacement for
6363
# |version| and |release|, also used in various other places throughout the
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = u'0.7.1'
67+
version = u'0.7.2'
6868
# The full version, including alpha/beta/rc tags.
6969
release = version
7070

0 commit comments

Comments
 (0)