Update Release Notes for 18.07 Release
[vpp.git] / extras / scripts / list_api_changes.py
index 0089156..a25edf2 100755 (executable)
@@ -1,8 +1,8 @@
 #!/usr/bin/env python
 import os, fnmatch, subprocess
 
-starttag = 'v18.04-rc0'
-endtag = 'v18.04-rc2'
+starttag = 'v18.07-rc0'
+endtag = 'v18.07'
 emit_md = True
 apifiles = []