changeset 33 | 7af893e283d6 |
parent 30 | 0b39b98a5bc9 |
child 36 | 77e6b3cb617c |
32:06d7faebcb8d | 33:7af893e283d6 |
---|---|
1 VERSION = (0, 1, 1, "final", 0) |
1 VERSION = (0, 1, 2, "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(): |