From b581edb6975175a564fd02766aef2f9043702c80 Mon Sep 17 00:00:00 2001 From: David Lyle Date: Tue, 5 May 2015 09:49:17 -0600 Subject: Bumping build number to tag Change-Id: Ib2408fd6bd650059bb8ea1ffafed50b8717ec830 --- xstatic/pkg/angular_bootstrap/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xstatic') diff --git a/xstatic/pkg/angular_bootstrap/__init__.py b/xstatic/pkg/angular_bootstrap/__init__.py index d2ade4b..5a6fe2c 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 = '2' # our package build number, so we can release new builds +BUILD = '3' # our package build number, so we can release new builds # with fixes for xstatic stuff. PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi -- cgit v1.2.1