summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadomir Dopieralski <openstack@sheep.art.pl>2014-05-20 13:54:48 +0200
committerRadomir Dopieralski <openstack@sheep.art.pl>2014-05-20 13:54:48 +0200
commit9e39977f6a6744810b08fa0323147e9f31dbd363 (patch)
tree0feecbd4bfff19ae4feb813f314183ab1fc7d799
parente3975162f77464d8af731ee074ea43e3dfb130e5 (diff)
downloadxstatic-hogan-9e39977f6a6744810b08fa0323147e9f31dbd363.tar.gz
Bump packaging version.
-rw-r--r--xstatic/pkg/hogan/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xstatic/pkg/hogan/__init__.py b/xstatic/pkg/hogan/__init__.py
index 7963a9d..2f76e03 100644
--- a/xstatic/pkg/hogan/__init__.py
+++ b/xstatic/pkg/hogan/__init__.py
@@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
VERSION = '2.0.0' # 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