summaryrefslogtreecommitdiff
path: root/xstatic
diff options
context:
space:
mode:
authorThomas Waldmann <tw AT waldmann-edv DOT de>2011-06-26 17:44:49 +0200
committerThomas Waldmann <tw AT waldmann-edv DOT de>2011-06-26 17:44:49 +0200
commite47102a105ab86e6333b264a31a9d818cdd95ed4 (patch)
tree61146e65e3215ff5a54ab89e60a118bab50d5c6a /xstatic
parent2a0db93531ce0ac2950e749ef88bc0f448d5f7ba (diff)
downloadxstatic-jquery-e47102a105ab86e6333b264a31a9d818cdd95ed4.tar.gz
add MANIFEST.in to have the static files included
Diffstat (limited to 'xstatic')
-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 1c7def6..e041b8d 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.1' # for simplicity, use same version x.y.z as bundled files
+ version = '1.6.1.2' # 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.