summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw AT waldmann-edv DOT de@localhost>2014-08-09 22:25:41 +0200
committerThomas Waldmann <tw AT waldmann-edv DOT de@localhost>2014-08-09 22:25:41 +0200
commit22a1332be310b9abd4bfa0d7009ea4f9a4d2160d (patch)
treed45aa2e95766ecbb6c9a2e83c2cfbed22a4ae547
parentcef4003dbb1d41287aed0385af4a714e3aad3d89 (diff)
downloadxstatic-jquery-ui-git-22a1332be310b9abd4bfa0d7009ea4f9a4d2160d.tar.gz
update xstatic metadata to 1.9.21.9.2.1
-rw-r--r--xstatic/pkg/jquery_ui/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/xstatic/pkg/jquery_ui/__init__.py b/xstatic/pkg/jquery_ui/__init__.py
index de9e274..28de40f 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.8.24' # version of the packaged files, please use the upstream
- # version number
+VERSION = '1.9.2' # 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