diff options
author | TW <tw@waldmann-edv.de> | 2020-11-08 01:07:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-08 01:07:03 +0100 |
commit | 558e72b686c98231623460df886e386b2a5bed75 (patch) | |
tree | 7b7e270109a4f0dd69e80c8b1d091d6a62cf641c /xstatic/pkg/jquery/__init__.py | |
parent | 6e14d96841a77c8740e6002b87aed73da989b448 (diff) | |
parent | c9224361aeab6b2bc1e4c2384d5ad4e7a455a73e (diff) | |
download | xstatic-jquery-git-master.tar.gz |
Update to 3.5.1
Diffstat (limited to 'xstatic/pkg/jquery/__init__.py')
-rw-r--r-- | xstatic/pkg/jquery/__init__.py | 2 |
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. |