From 5fc34187e1c48deee5c3727de4619960c6863369 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 24 Jun 2016 13:46:02 +1000 Subject: Include more metadata in setup.py This uses the newer 1.1.0 version of xstatic-release which copies more information into setup.py and therefore into pypi. This change will also be used to test releasing through the openstack-release system. Change-Id: I036c1ce0b74212e74dffa853e709db086a4829be --- xstatic/pkg/angular_bootstrap/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xstatic') diff --git a/xstatic/pkg/angular_bootstrap/__init__.py b/xstatic/pkg/angular_bootstrap/__init__.py index b8b04e7..1f6c4ad 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 = '4' # our package build number, so we can release new builds +BUILD = '5' # our package build number, so we can release new builds # with fixes for xstatic stuff. PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi -- cgit v1.2.1