Update package to 2.4.1.2
In order to sync git tags and PyPI uploads, we need to do a new package release. Update the build to 2.4.1.2. Change-Id: I37a5d5f752ce01a66732c0540799585f8609fcd5
This commit is contained in:
parent
5bd478e4e7
commit
f8db790b64
@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
|
||||
|
||||
VERSION = '2.4.1' # 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