diff options
author | Ed Warnicke <hagbard@gmail.com> | 2018-07-30 13:52:54 -0500 |
---|---|---|
committer | Ed Warnicke <hagbard@gmail.com> | 2018-07-30 21:33:07 +0000 |
commit | e939bf1b508e1fae6929dd8cf0f3effdc2c12549 (patch) | |
tree | 060197a38326aad0f39db743cf0286e28f4f5ac4 /extras | |
parent | 579092c4ba3d11eede31da4339a61aceb02b101e (diff) |
Update Release Notes for 18.07 Release
Change-Id: I2b58bca6d360badb4fd17022121e244aee5713b8
Signed-off-by: Ed Warnicke <hagbard@gmail.com>
Diffstat (limited to 'extras')
-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 0089156ac5b..a25edf2e8eb 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.04-rc0' -endtag = 'v18.04-rc2' +starttag = 'v18.07-rc0' +endtag = 'v18.07' emit_md = True apifiles = [] |