changeset 198 | 2a51b81d594e |
parent 194 | 4a9488541651 |
197:d43988308765 | 198:2a51b81d594e |
---|---|
1 VERSION = (0, 0, 28, "final", 0) |
1 VERSION = (0, 0, 29, "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(): |