summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Jones <r1chardj0n3s@gmail.com>2016-06-24 16:46:52 +1000
committerRichard Jones <r1chardj0n3s@gmail.com>2016-06-24 16:47:01 +1000
commitd25f70f7d500190c2cac6b4ba1a0536cd0bfee3f (patch)
treeceb28f46bc3c01ca1d494983349d02ebc8ad3de5
parent5fc34187e1c48deee5c3727de4619960c6863369 (diff)
downloadxstatic-angular-bootstrap-d25f70f7d500190c2cac6b4ba1a0536cd0bfee3f.tar.gz
Bump the BUILD again to avoid collision
I manually released 0.11.0.5 and we need to bump the BUILD so this release won't collide with that release's files. Change-Id: Ia6bea0e13cdb831d4f54380eedffd931ed59f97f
-rw-r--r--xstatic/pkg/angular_bootstrap/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xstatic/pkg/angular_bootstrap/__init__.py b/xstatic/pkg/angular_bootstrap/__init__.py
index 1f6c4ad..fef8404 100644
--- a/xstatic/pkg/angular_bootstrap/__init__.py
+++ b/xstatic/pkg/angular_bootstrap/__init__.py
@@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
VERSION = '0.11.0' # version of the packaged files, please use the upstream
# version number
-BUILD = '5' # our package build number, so we can release new builds
+BUILD = '6' # our package build number, so we can release new builds
# with fixes for xstatic stuff.
PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi