From 2192eb008f92cec81af070cfa19fad8a9e69bbed Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Mon, 11 Feb 2019 16:34:47 +0100 Subject: [PATCH] Update package to 1.0.2.4 In order to sync git tags and PyPI uploads, we need to do a new package release. Update the build to 1.0.2.4. Change-Id: Ic7c9ed18f336ee175f014aa39fdd94c9f76ac66c --- xstatic/pkg/angular_lrdragndrop/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xstatic/pkg/angular_lrdragndrop/__init__.py b/xstatic/pkg/angular_lrdragndrop/__init__.py index 765eac1..cf9508f 100644 --- a/xstatic/pkg/angular_lrdragndrop/__init__.py +++ b/xstatic/pkg/angular_lrdragndrop/__init__.py @@ -17,7 +17,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar') VERSION = '1.0.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 = '4' # our package build number, so we can release new builds # with fixes for xstatic stuff. PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi