diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-03-05 15:05:58 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-03-05 15:05:58 +0100 |
commit | 71675350204b5e6a451537643f9e3e1d95cc3845 (patch) | |
tree | b6c96bc5ae6f3c1e9626386068dfe3dd59d60fdd /resources/tools/presentation/conf.py | |
parent | da799981f5373b09398319df12e77e2efc75caa6 (diff) |
Report: Add LB Data
- Change the version to 1901.10
Change-Id: I4a976a55b375a00fe3498ef26e676ce9410ff7f2
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/conf.py')
-rw-r--r-- | resources/tools/presentation/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index b465a4a0d0..c39896ad82 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -45,7 +45,7 @@ source_suffix = ['.rst', '.md'] master_doc = 'index' # General information about the project. -report_week = '09' +report_week = '10' project = u'FD.io CSIT-1901.{week}'.format(week=report_week) copyright = u'2019, FD.io' author = u'FD.io CSIT' |