diff options
author | Radomir Dopieralski <openstack@sheep.art.pl> | 2020-01-21 15:38:57 +0100 |
---|---|---|
committer | Radomir Dopieralski <openstack@sheep.art.pl> | 2020-01-21 15:39:18 +0100 |
commit | ed6da70d3eee0cdad7c150684b4470b8af393f56 (patch) | |
tree | 04a9b96e1e9c293bbad47b1cfdcea0844456e87c /xstatic/pkg/angular_fileupload/__init__.py | |
parent | 1fdc054d6942fc56c1a404e2b212b0e8cf099daa (diff) | |
download | xstatic-angular-fileupload-master.tar.gz |
Change-Id: Ie35ede414b46e28b0377d55ecdd4662ba964d8bf
Diffstat (limited to 'xstatic/pkg/angular_fileupload/__init__.py')
-rw-r--r-- | xstatic/pkg/angular_fileupload/__init__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xstatic/pkg/angular_fileupload/__init__.py b/xstatic/pkg/angular_fileupload/__init__.py index 43c9db9..b812f41 100644 --- a/xstatic/pkg/angular_fileupload/__init__.py +++ b/xstatic/pkg/angular_fileupload/__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 = '12.0.4' # version of the packaged files, please use the upstream +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 # 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 = 'https://github.com/danialfarid/angular-file-upload' |