Bump to v0.2.2

This commit is contained in:
Harry Marr
2010-01-16 16:42:51 +00:00
parent 3357b55fbf
commit 21b7d8f8ea
2 changed files with 17 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ __all__ = (document.__all__ + fields.__all__ + connection.__all__ +
__author__ = 'Harry Marr'
VERSION = (0, 2, 1)
VERSION = (0, 2, 2)
def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])