From 69744001ba884ae84af88dc5941a1b6d511f8d32 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 9 Aug 2014 22:44:28 +0200 Subject: update xstatic metadata to 1.10.4 --- xstatic/pkg/jquery_ui/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xstatic/pkg/jquery_ui/__init__.py b/xstatic/pkg/jquery_ui/__init__.py index 28de40f..8826c8c 100644 --- a/xstatic/pkg/jquery_ui/__init__.py +++ b/xstatic/pkg/jquery_ui/__init__.py @@ -11,8 +11,8 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar') # please use a all-lowercase valid python # package name -VERSION = '1.9.2' # version of the packaged files, please use the upstream - # version number +VERSION = '1.10.4' # 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. PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi -- cgit v1.2.1