summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Carrez <thierry@openstack.org>2019-02-11 16:34:47 +0100
committerThierry Carrez <thierry@openstack.org>2019-02-11 16:34:47 +0100
commit2192eb008f92cec81af070cfa19fad8a9e69bbed (patch)
tree5e824c772341279cf1c7c8b47f02476dca5c7b96
parent15b71267555e6234dc2bc45879069f8dfc6f0258 (diff)
downloadxstatic-angular-lrdragndrop-2192eb008f92cec81af070cfa19fad8a9e69bbed.tar.gz
Update package to 1.0.2.41.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
-rw-r--r--xstatic/pkg/angular_lrdragndrop/__init__.py2
1 files changed, 1 insertions, 1 deletions
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