Update version (19.01) for API changes script 87/17187/2
authorAndrew Yourtchenko <ayourtch@gmail.com>
Mon, 21 Jan 2019 15:50:47 +0000 (16:50 +0100)
committerDamjan Marion <dmarion@me.com>
Thu, 31 Jan 2019 19:25:05 +0000 (19:25 +0000)
Change-Id: I9c39b5076d366b3455a875df32765b2cb8f3eca2
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
(cherry picked from commit 02da3a792ce1a7b4cdc3f0c9aa3434aadc726d06)

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 = []