diff options
author | Marco Varlese <marco.varlese@suse.com> | 2018-10-18 09:37:17 +0200 |
---|---|---|
committer | Marco Varlese <marco.varlese@suse.com> | 2018-10-18 09:37:17 +0200 |
commit | e1fe33d890741eddb1877446e87f9b18bdc1490b (patch) | |
tree | 5df09073c868c9319df8371f5f81563c2df60c5f | |
parent | dc532e4ff75af463794fe64764da890427a278d5 (diff) |
Update version (18.10) for API changes script
Change-Id: I41d22bfc87849e923628de08f922f7a541579fe1
Signed-off-by: Marco Varlese <marco.varlese@suse.com>
-rwxr-xr-x | extras/scripts/list_api_changes.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/scripts/list_api_changes.py b/extras/scripts/list_api_changes.py index a25edf2e8eb..e56da0ace19 100755 --- a/extras/scripts/list_api_changes.py +++ b/extras/scripts/list_api_changes.py @@ -1,8 +1,8 @@ #!/usr/bin/env python import os, fnmatch, subprocess -starttag = 'v18.07-rc0' -endtag = 'v18.07' +starttag = 'v18.10-rc0' +endtag = 'v18.10' emit_md = True apifiles = [] |