summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Carrez <thierry@openstack.org>2019-02-11 16:01:25 +0100
committerThierry Carrez <thierry@openstack.org>2019-02-11 16:02:31 +0100
commit119f1348afe17a69e0ef0640d69ae6c4d4557751 (patch)
treeb57d5f4e2d8cb9b15debab818914ec21982d7e06
parent265fec1922253f83b3c1fb89904b1cec2d24b0ae (diff)
downloadxstatic-magic-search-119f1348afe17a69e0ef0640d69ae6c4d4557751.tar.gz
Update package to 0.2.5.20.2.5.2
In order to sync git tags and PyPI uploads, we need to do a new package release. Update the build to 0.2.5.2. Change-Id: If2b9738b57d0a31247ae09ab87a3addb2a3e7ee1
-rw-r--r--xstatic/pkg/magic_search/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xstatic/pkg/magic_search/__init__.py b/xstatic/pkg/magic_search/__init__.py
index edf6f44..16fc0e6 100644
--- a/xstatic/pkg/magic_search/__init__.py
+++ b/xstatic/pkg/magic_search/__init__.py
@@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
VERSION = '0.2.5' # version of the packaged files, please use the upstream
# version number
-BUILD = '1' # 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