Update the build number to match the git tags
The previous change failed to update the build version, which means it got out of sync with the automated git tags, and now version check is failing. Change-Id: I1a9316cb414a07fd7383eedf9aa6d264b742898a
This commit is contained in:
parent
32f969a32a
commit
a866083297
@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
|
||||
|
||||
VERSION = '1.1.5' # version of the packaged files, please use the upstream
|
||||
# version number
|
||||
BUILD = '0' # our package build number, so we can release new builds
|
||||
BUILD = '2' # our package build number, so we can release new builds
|
||||
# with fixes for xstatic stuff.
|
||||
PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user