changeset 328 | db7e7dd4899f |
parent 325 | 908a1f6faa27 |
child 338 | 187513b9d07a |
327:c3998a528fd9 | 328:db7e7dd4899f |
---|---|
1 VERSION = (2, 21, 0, "final", 0) |
1 VERSION = (2, 21, 1, "final", 0) |
2 |
2 |
3 VERSION_STR = unicode(".".join(["%02d" % (i,) for i in VERSION[:2]])) |
3 VERSION_STR = unicode(".".join(["%02d" % (i,) for i in VERSION[:2]])) |
4 |
4 |
5 |
5 |
6 def get_version(): |
6 def get_version(): |