summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadomir Dopieralski <openstack@sheep.art.pl>2014-05-20 15:11:13 +0200
committerRadomir Dopieralski <openstack@sheep.art.pl>2014-05-20 15:11:13 +0200
commit74b4c0d0ff12db1f84787246857d5e925ff6883f (patch)
tree44b661b7a063915c0ba2017cdadb731d48721909
parente47442dd80ed9287bb42a25056bf6cf4314c8a42 (diff)
downloadxstatic-spin-74b4c0d0ff12db1f84787246857d5e925ff6883f.tar.gz
Bump build version
-rw-r--r--xstatic/pkg/spin/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xstatic/pkg/spin/__init__.py b/xstatic/pkg/spin/__init__.py
index d9e95c3..3b4fe47 100644
--- a/xstatic/pkg/spin/__init__.py
+++ b/xstatic/pkg/spin/__init__.py
@@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
VERSION = '1.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