Skip to content
Snippets Groups Projects
Commit 2052b9ab authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'version-bump-to-2018-5' into 'master'

Bump version for ProcessTimer.

See merge request !16
parents bffa44df c3a27a2c
No related branches found
Tags v2018.5
1 merge request!16Bump version for ProcessTimer.
Pipeline #
...@@ -2087,6 +2087,8 @@ class ProcessTimer(object): ...@@ -2087,6 +2087,8 @@ class ProcessTimer(object):
.. attribute:: process_elapsed .. attribute:: process_elapsed
Only available in Python 3.3+. Only available in Python 3.3+.
.. versionadded:: 2018.5
""" """
def __init__(self): def __init__(self):
......
VERSION = (2018, 4) VERSION = (2018, 5)
VERSION_STATUS = "" VERSION_STATUS = ""
VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment