From 9e000e86c1e82bf6d95be42f9c5c26fe43cecb6a Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 26 Jun 2011 16:32:45 +0200 Subject: [PATCH] bump version to 1.6.1.1 for new pypi release --- xstatic/pkg/jquery/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: