From b581edb6975175a564fd02766aef2f9043702c80 Mon Sep 17 00:00:00 2001 From: David Lyle Date: Tue, 5 May 2015 09:49:17 -0600 Subject: [PATCH] Bumping build number to tag Change-Id: Ib2408fd6bd650059bb8ea1ffafed50b8717ec830 --- .gitreview | 4 ++++ xstatic/pkg/angular_bootstrap/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitreview diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..5867cfb --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=review.openstack.org +port=29418 +project=stackforge/xstatic-angular-bootstrap.git 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