Update version (19.01) for API changes script 42/16942/2
authorAndrew Yourtchenko <ayourtch@gmail.com>
Mon, 21 Jan 2019 15:50:47 +0000 (16:50 +0100)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 30 Jan 2019 18:39:56 +0000 (18:39 +0000)
Change-Id: I9c39b5076d366b3455a875df32765b2cb8f3eca2
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
extras/scripts/list_api_changes.py

index e56da0a..0c5db3c 100755 (executable)
@@ -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 = []