summaryrefslogtreecommitdiffstats
path: root/dovetail/report.py
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2018-09-12 22:53:39 -0400
committerxudan <xudan16@huawei.com>2018-09-13 07:35:33 -0400
commitb65bbbc31c1a36e9981761712aea8ff17c8bc9de (patch)
tree2a418fe6eb952ffc91e386586a9e60a500540934 /dovetail/report.py
parent5412c4228f7fed5e04b95b3fb0adb8bd3445b3a8 (diff)
Update code base and docs to 2018.09
The official name of the next release is going to be 2018.09. We need to rename all occurrences of 2018.08 in the code base, the documentation, and the web portal. JIRA: DOVETAIL-740 Change-Id: Ie0e532d6671b7590454e9afd960a2934f313a022 Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'dovetail/report.py')
-rw-r--r--dovetail/report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovetail/report.py b/dovetail/report.py
index f1f47c25..f1708574 100644
--- a/dovetail/report.py
+++ b/dovetail/report.py
@@ -71,7 +71,7 @@ class Report(object):
# egeokun: using a hardcoded string instead of pbr version for
# versioning the result file. The version of the results.json is
# logically independent of the release of Dovetail.
- report_obj['version'] = '2018.08'
+ report_obj['version'] = '2018.09'
report_obj['build_tag'] = dt_cfg.dovetail_config['build_tag']
report_obj['test_date'] =\
datetime.datetime.utcnow().strftime("%Y-%m-%d %H:%M:%S UTC")