Version 1.2.16.0

Change-Id: I0dccab7535314d37136e336920bec7d3d678139c
This commit is contained in:
Radomir Dopieralski 2014-08-13 13:08:00 +02:00
parent b7e3a0e790
commit 3dcfb60892
2 changed files with 447 additions and 399 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 = '1.2.16' # version of the packaged files, please use the upstream
# version number
BUILD = '1' # our package build number, so we can release new builds
BUILD = '0' # 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