Bumping build number to tag

Change-Id: Ib2408fd6bd650059bb8ea1ffafed50b8717ec830
This commit is contained in:
David Lyle 2015-05-05 09:49:17 -06:00
parent 6269efa545
commit b581edb697
2 changed files with 5 additions and 1 deletions

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=stackforge/xstatic-angular-bootstrap.git

View File

@ -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