From f8db790b6440f914968e7a6aa6b053a5d141c56c Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Mon, 11 Feb 2019 16:37:29 +0100 Subject: Update package to 2.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 --- xstatic/pkg/jasmine/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1