diff options
author | Ed Warnicke <hagbard@gmail.com> | 2018-07-30 13:52:54 -0500 |
---|---|---|
committer | Ed Warnicke <hagbard@gmail.com> | 2018-07-30 14:29:08 -0500 |
commit | db6d6b3058a20a53684536f68f0b8dc13633f6b4 (patch) | |
tree | b6b30fc6605c7558d8f4691f94cc517f934b664d /extras | |
parent | 17ee6f08d4bcae53efeeba97305f21aadda8f8b0 (diff) |
Update Release Notes for 18.07 Releasev18.07
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 = [] |