summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan OMara <jomara@redhat.com>2014-09-09 09:34:11 -0400
committerJordan OMara <jomara@redhat.com>2014-09-09 09:34:53 -0400
commit04bcd774dae17cfff5e826fc0874f6403b4a6cae (patch)
treee98d77b9bf9cb952812979dc3ad89eec38a42255
parentccdc04b8af41afb933437c39e6d953a4b4558b8a (diff)
downloadxstatic-angular-fileupload-04bcd774dae17cfff5e826fc0874f6403b4a6cae.tar.gz
Incorrect display name
-rw-r--r--xstatic/pkg/angular_fileupload/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/xstatic/pkg/angular_fileupload/__init__.py b/xstatic/pkg/angular_fileupload/__init__.py
index 00a2ebc..fbabb7b 100644
--- a/xstatic/pkg/angular_fileupload/__init__.py
+++ b/xstatic/pkg/angular_fileupload/__init__.py
@@ -4,16 +4,16 @@ XStatic resource package
See package 'XStatic' for documentation and basic tools.
"""
-DISPLAY_NAME = 'Angular-Bootstrap' # official name, upper/lowercase allowed, no spaces
+DISPLAY_NAME = 'Angular-FileUpload' # official name, upper/lowercase allowed, no spaces
PACKAGE_NAME = 'XStatic-%s' % DISPLAY_NAME # name used for PyPi
NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
# please use a all-lowercase valid python
# package name
-VERSION = '0.11.0' # version of the packaged files, please use the upstream
+VERSION = '1.4.0' # version of the packaged files, please use the upstream
# version number
-BUILD = '2' # 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