summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lyle <david.lyle@intel.com>2015-05-05 09:49:17 -0600
committerDavid Lyle <david.lyle@intel.com>2015-05-05 09:52:01 -0600
commitb581edb6975175a564fd02766aef2f9043702c80 (patch)
tree4d4af2da27bcb35a275c97f66e8c23889a5e5781
parent6269efa545a9877a9d37917068809168355dcc84 (diff)
downloadxstatic-angular-bootstrap-b581edb6975175a564fd02766aef2f9043702c80.tar.gz
Bumping build number to tag0.11.0.3
Change-Id: Ib2408fd6bd650059bb8ea1ffafed50b8717ec830
-rw-r--r--.gitreview4
-rw-r--r--xstatic/pkg/angular_bootstrap/__init__.py2
2 files changed, 5 insertions, 1 deletions
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