From e939bf1b508e1fae6929dd8cf0f3effdc2c12549 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Mon, 30 Jul 2018 13:52:54 -0500 Subject: Update Release Notes for 18.07 Release Change-Id: I2b58bca6d360badb4fd17022121e244aee5713b8 Signed-off-by: Ed Warnicke --- extras/scripts/list_api_changes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extras') 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 = [] -- cgit 1.2.3-korg