summaryrefslogtreecommitdiff
path: root/xstatic/pkg/angular_fileupload/__init__.py
diff options
context:
space:
mode:
authorThomas Goirand <zigo@debian.org>2015-05-13 09:37:48 +0200
committerThomas Goirand <zigo@debian.org>2015-05-13 09:41:19 +0200
commitc5b8b98c82f251f82f6c9a9de479b62dec8e77ea (patch)
tree09520e160b107c306d3ed8ebd5ac675415a0eddb /xstatic/pkg/angular_fileupload/__init__.py
parent04bcd774dae17cfff5e826fc0874f6403b4a6cae (diff)
downloadxstatic-angular-fileupload-c5b8b98c82f251f82f6c9a9de479b62dec8e77ea.tar.gz
Adds missing LICENSE file1.4.0.2
The MIT license imposes to reproduce the MIT license, and the xstatic-angular-fileupload package didn't do that. This patch adds the missing LICENSE file, so that we aren't doing anything illegal anymore. Also bumps release in xstatic/pkg/angular_fileupload/__init__.py so we can re-release the package in PyPi. This patch also adds the missing gitreview file. Change-Id: Ia92e2638392f3750e0bbd6b83ec3bc8a28dfd343
Diffstat (limited to 'xstatic/pkg/angular_fileupload/__init__.py')
-rw-r--r--xstatic/pkg/angular_fileupload/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xstatic/pkg/angular_fileupload/__init__.py b/xstatic/pkg/angular_fileupload/__init__.py
index fbabb7b..f70e68e 100644
--- a/xstatic/pkg/angular_fileupload/__init__.py
+++ b/xstatic/pkg/angular_fileupload/__init__.py
@@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
VERSION = '1.4.0' # version of the packaged files, please use the upstream
# version number
-BUILD = '1' # our package build number, so we can release new builds
+BUILD = '2' # our package build number, so we can release new builds
# with fixes for xstatic stuff.
PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi