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:
Thierry Carrez 2019-02-11 16:37:29 +01:00
parent 5bd478e4e7
commit f8db790b64
1 changed files with 1 additions and 1 deletions

View File

@ -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