| changeset 568 | b67fc0fd2389 |
| parent 565 | ea8c12f58302 |
| child 578 | c01075236079 |
| 567:715f117b0415 | 568:b67fc0fd2389 |
|---|---|
1 VERSION = (1, 1, 0, "final", 0) |
1 VERSION = (1, 2, 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(): |