| changeset 554 | 765e7c443ebe |
| parent 140 | 9c258de524ef |
| child 565 | ea8c12f58302 |
| 553:b5848487839b | 554:765e7c443ebe |
|---|---|
1 VERSION = (0, 3, 0, "final", 0) |
1 VERSION = (1, 0, 0, "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(): |