changeset 367 | c242c93f9774 |
parent 365 | ad6d948f21c5 |
366:e1b8586d04a8 | 367:c242c93f9774 |
---|---|
1 VERSION = (2, 22, 5, "final", 0) |
1 VERSION = (2, 22, 6, "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(): |