summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw AT waldmann-edv DOT de@localhost>2014-08-09 23:26:20 +0200
committerThomas Waldmann <tw AT waldmann-edv DOT de@localhost>2014-08-09 23:26:20 +0200
commit3a39767b9f758960f4be706f623e8d4bf044ded3 (patch)
tree82c1085206ba18769aa23b75d4c87ef83fc1090b
parent1cbf4931f665160ac8b3a3f5319dabd201bf0105 (diff)
downloadxstatic-jquery-ui-git-3a39767b9f758960f4be706f623e8d4bf044ded3.tar.gz
update xstatic metadata to 1.11.01.11.0.1
-rw-r--r--xstatic/pkg/jquery_ui/__init__.py2
1 files changed, 1 insertions, 1 deletions
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.