summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Carrez <thierry@openstack.org>2019-02-11 16:37:29 +0100
committerThierry Carrez <thierry@openstack.org>2019-02-11 16:37:29 +0100
commitf8db790b6440f914968e7a6aa6b053a5d141c56c (patch)
tree4d80f833b816ddbbff225fd5307582d08fa34f40
parent5bd478e4e7463d4ed9a243b8677bcce27ba0f0f0 (diff)
downloadxstatic-jasmine-f8db790b6440f914968e7a6aa6b053a5d141c56c.tar.gz
Update package to 2.4.1.22.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
-rw-r--r--xstatic/pkg/jasmine/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xstatic/pkg/jasmine/__init__.py b/xstatic/pkg/jasmine/__init__.py
index 55f40cb..822277d 100644
--- a/xstatic/pkg/jasmine/__init__.py
+++ b/xstatic/pkg/jasmine/__init__.py
@@ -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