Update version (18.10) for API changes script
Change-Id: I41d22bfc87849e923628de08f922f7a541579fe1 Signed-off-by: Marco Varlese <marco.varlese@suse.com>
This commit is contained in:
Marco Varlese
committed by
Marco Varlese
parent
9be7c6da31
commit
5fcca2a124
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
import os, fnmatch, subprocess
|
||||
|
||||
starttag = 'v18.07-rc0'
|
||||
endtag = 'v18.07'
|
||||
starttag = 'v18.10-rc0'
|
||||
endtag = 'v18.10'
|
||||
emit_md = True
|
||||
apifiles = []
|
||||
|
||||
|
Reference in New Issue
Block a user