bump version to 1.6.1.1 for new pypi release

This commit is contained in:
Thomas Waldmann 2011-06-26 16:32:45 +02:00
parent f02c207e19
commit 9e000e86c1
1 changed files with 3 additions and 1 deletions

View File

@ -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: