summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw AT waldmann-edv DOT de>2011-06-26 16:32:45 +0200
committerThomas Waldmann <tw AT waldmann-edv DOT de>2011-06-26 16:32:45 +0200
commit2a0db93531ce0ac2950e749ef88bc0f448d5f7ba (patch)
treed9f5151eb67f5aa2b8d521399ad2170ba34eb020
parent4a09b27f274455b3bc0fb5eb10e2ec3b0f4a5bd1 (diff)
downloadxstatic-jquery-2a0db93531ce0ac2950e749ef88bc0f448d5f7ba.tar.gz
bump version to 1.6.1.1 for new pypi release
-rw-r--r--xstatic/pkg/jquery/__init__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/xstatic/pkg/jquery/__init__.py b/xstatic/pkg/jquery/__init__.py
index 44b2821..1c7def6 100644
--- a/xstatic/pkg/jquery/__init__.py
+++ b/xstatic/pkg/jquery/__init__.py
@@ -16,7 +16,9 @@ except ImportError:
class JQuery(XStatic):
name = 'jquery' # short, all lowercase name
display_name = 'jQuery' # official name, upper/lowercase allowed
- version = '1.6.1' # for simplicity, use same version as bundled files
+ version = '1.6.1.1' # 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.
base_dir = join(dirname(__file__), 'data')
# linux package maintainers just can point to their file locations like this: