Dummy change to test versioning

See subject.

Change-Id: I11f1498d3dd60fd13d9d58a280b6792e6d2d9202
Sem-Ver: 0.99.0
This commit is contained in:
Kevin Fox 2015-09-14 09:52:13 -07:00
parent 1e7c97cfb7
commit 4e699453e7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[metadata]
name = app-catalog-ui
description = 'OpenStack Application Catalog for OpenStack Dashboard',
description = 'OpenStack Application Catalog for the OpenStack Dashboard',
author = OpenStack Foundation
author_email = openstack-dev@lists.openstack.org
description-file = README.rst

View File

@ -16,6 +16,6 @@
from setuptools import setup
setup(
setup_requires=['pbr'],
setup_requires=['pbr>=1.3'],
pbr=True,
)