From d25f70f7d500190c2cac6b4ba1a0536cd0bfee3f Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 24 Jun 2016 16:46:52 +1000 Subject: [PATCH] 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 --- xstatic/pkg/angular_bootstrap/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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