diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2019-01-21 16:50:47 +0100 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-01-31 19:25:05 +0000 |
commit | 3a18f7b2bd1f374623d2a60e195f4447e1e37565 (patch) | |
tree | 22ecc8145ef4f9a8c69eccac594d2b1eee89c737 /extras/scripts/list_api_changes.py | |
parent | 64abeecaddf778d194f5f69e7bfb06a52e373d49 (diff) |
Update version (19.01) for API changes script
Change-Id: I9c39b5076d366b3455a875df32765b2cb8f3eca2
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
(cherry picked from commit 02da3a792ce1a7b4cdc3f0c9aa3434aadc726d06)
Diffstat (limited to 'extras/scripts/list_api_changes.py')
-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 e56da0ace19..0c5db3c7b05 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.10-rc0' -endtag = 'v18.10' +starttag = 'v19.01-rc0' +endtag = 'v19.01' emit_md = True apifiles = [] |