aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Yourtchenko <ayourtch@gmail.com>2019-01-21 16:50:47 +0100
committerAndrew Yourtchenko <ayourtch@gmail.com>2019-01-30 18:39:56 +0000
commit02da3a792ce1a7b4cdc3f0c9aa3434aadc726d06 (patch)
tree6955402cba8693ddd3a13aa2593e8db21d4a75aa
parent44f14358cfe37a750f4541e5919b0c7877b6d46e (diff)
Update version (19.01) for API changes script
Change-Id: I9c39b5076d366b3455a875df32765b2cb8f3eca2 Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
-rwxr-xr-xextras/scripts/list_api_changes.py4
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 = []