diff options
author | Radomir Dopieralski <openstack@sheep.art.pl> | 2020-01-21 10:11:35 +0100 |
---|---|---|
committer | Radomir Dopieralski <openstack@sheep.art.pl> | 2020-01-21 10:12:09 +0100 |
commit | fa90c1da36e004132824ac5aab58f468245ff0d1 (patch) | |
tree | c9fa1aba35f1918f4fd2228caf5423f983f51d99 /xstatic/pkg/angular_bootstrap/__init__.py | |
parent | 95c5650197c74ecc02c7d0f7fc3b552f934f9807 (diff) | |
download | xstatic-angular-bootstrap-master.tar.gz |
Change-Id: I9111a768fac27bccb7c17027a8b4a667ce9011f9
Diffstat (limited to 'xstatic/pkg/angular_bootstrap/__init__.py')
-rw-r--r-- | xstatic/pkg/angular_bootstrap/__init__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xstatic/pkg/angular_bootstrap/__init__.py b/xstatic/pkg/angular_bootstrap/__init__.py index ed1afdd..352b509 100644 --- a/xstatic/pkg/angular_bootstrap/__init__.py +++ b/xstatic/pkg/angular_bootstrap/__init__.py @@ -11,7 +11,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar') # please use a all-lowercase valid python # package name -VERSION = '2.2.0' # version of the packaged files, please use the upstream +VERSION = '2.5.0' # version of the packaged files, please use the upstream # version number BUILD = '0' # our package build number, so we can release new builds # with fixes for xstatic stuff. @@ -24,8 +24,8 @@ CLASSIFIERS = [] KEYWORDS = '%s xstatic' % NAME # XStatic-* package maintainer: -MAINTAINER = 'Rob Cresswell' -MAINTAINER_EMAIL = 'robert.cresswell@outlook.com' +MAINTAINER = 'Radomir Dopieralski' +MAINTAINER_EMAIL = 'openstack@sheep.art.pl' # this refers to the project homepage of the stuff we packaged: HOMEPAGE = 'http://angular-ui.github.io/bootstrap/' |