Update to 3.3.2

Change-Id: I96d5af00c33c464cd293e4fde648569ea949516d
This commit is contained in:
Radomir Dopieralski 2020-11-30 15:51:31 +01:00
parent 2ac50aad6c
commit 2d1952a662
3 changed files with 778 additions and 440 deletions

View File

@ -11,9 +11,9 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
# please use a all-lowercase valid python
# package name
VERSION = '1.2.1' # version of the packaged files, please use the upstream
VERSION = '3.3.2' # version of the packaged files, please use the upstream
# version number
BUILD = '2' # our package build number, so we can release new builds
BUILD = '1' # our package build number, so we can release new builds
# with fixes for xstatic stuff.
PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long