Skip to content

Commit 165a006

Browse files
author
Steve Richardson
committed
updating version numbers
1 parent ade4d0d commit 165a006

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = 'Steve Richardson'
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = 'v2020.08.25'
26+
release = 'v2020.09.10'
2727

2828

2929
# -- General configuration ---------------------------------------------------

turbopy/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Define a version number for turboPy"""
2-
VERSION = ('2020', '08', '25')
2+
VERSION = ('2020', '09', '10')
33
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)