summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2020-11-08 01:05:54 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2020-11-08 01:05:54 +0100
commitc9224361aeab6b2bc1e4c2384d5ad4e7a455a73e (patch)
tree7b7e270109a4f0dd69e80c8b1d091d6a62cf641c
parentc2e2e517f6d3f8383c272612c2596758ce19c45c (diff)
downloadxstatic-jquery-git-c9224361aeab6b2bc1e4c2384d5ad4e7a455a73e.tar.gz
update xstatic metadata
-rw-r--r--xstatic/pkg/jquery/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xstatic/pkg/jquery/__init__.py b/xstatic/pkg/jquery/__init__.py
index d5ffe1a..d35f115 100644
--- a/xstatic/pkg/jquery/__init__.py
+++ b/xstatic/pkg/jquery/__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 = '3.4.1' # version of the packaged files, please use the upstream
+VERSION = '3.5.1' # 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.