summaryrefslogtreecommitdiff
path: root/xstatic/pkg
diff options
context:
space:
mode:
authorThomas Waldmann <tw AT waldmann-edv DOT de>2011-07-08 00:06:51 +0200
committerThomas Waldmann <tw AT waldmann-edv DOT de>2011-07-08 00:06:51 +0200
commit74bc56c63308f899c1ffa3db0d279738f37e6829 (patch)
treed9414b5c164c4da59bd41776b998dd96632edfaf /xstatic/pkg
parente302fc7379c083306a56f184c043511aeecb004e (diff)
downloadxstatic-jquery-74bc56c63308f899c1ffa3db0d279738f37e6829.tar.gz
require XStatic==0.0.1
Diffstat (limited to 'xstatic/pkg')
-rw-r--r--xstatic/pkg/jquery/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xstatic/pkg/jquery/__init__.py b/xstatic/pkg/jquery/__init__.py
index b3f6e91..a963d08 100644
--- a/xstatic/pkg/jquery/__init__.py
+++ b/xstatic/pkg/jquery/__init__.py
@@ -16,7 +16,7 @@ except ImportError:
class JQuery(XStatic):
name = 'jquery' # short, all lowercase name
display_name = 'jQuery' # official name, upper/lowercase allowed
- version = '1.6.1.2' # for simplicity, use same version x.y.z as bundled files
+ version = '1.6.1.3' # for simplicity, use same version x.y.z as bundled files
# additionally we append .b for our build number, so we
# can release new builds with fixes for xstatic stuff.