Update .gitreview file

This patch update ``.gitreview`` file because
it still refers to xstatic-angular-fileupload
under the 'x' namespace but this repo is under
OpenStack namespace.

Change-Id: I4d9f874ac92d961e080e354b129822c5f564265c
This commit is contained in:
manchandavishal 2023-07-26 10:27:50 +05:30
parent ed6da70d3e
commit eb15ab553a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
[gerrit]
host=review.opendev.org
port=29418
project=x/xstatic-angular-fileupload.git
project=openstack/xstatic-angular-fileupload.git

View File

@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
VERSION = '12.2.13' # version of the packaged files, please use the upstream
# version number
BUILD = '0' # our package build number, so we can release new builds
BUILD = '1' # our package build number, so we can release new builds
# with fixes for xstatic stuff.
PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi