From 0efabafca737114a6237cadee974b7fade3dec6e Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 9 Aug 2014 23:26:20 +0200 Subject: [PATCH] update xstatic metadata to 1.11.0 --- xstatic/pkg/jquery_ui/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xstatic/pkg/jquery_ui/__init__.py b/xstatic/pkg/jquery_ui/__init__.py index 8826c8c..674b186 100644 --- a/xstatic/pkg/jquery_ui/__init__.py +++ b/xstatic/pkg/jquery_ui/__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 = '1.10.4' # version of the packaged files, please use the upstream +VERSION = '1.11.0' # version of the packaged files, please use the upstream # version number BUILD = '1' # our package build number, so we can release new builds # with fixes for xstatic stuff.