changeset 66 | a28157efa20a |
parent 62 | eaf16c330dd1 |
child 72 | 540b14477f6c |
63:e33b023002b2 | 66:a28157efa20a |
---|---|
1 VERSION = (0, 1, 13, "final", 0) |
1 VERSION = (0, 1, 14, "final", 0) |
2 |
2 |
3 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))) |
3 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))) |
4 |
4 |
5 |
5 |
6 def get_version(): |
6 def get_version(): |