From 980deec0c83a9625b10d7fb0641be00684a832e3 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 8 Nov 2020 01:05:54 +0100 Subject: [PATCH] update xstatic metadata --- xstatic/pkg/jquery/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.