Prep for 0.5 release

- Update CHANGELOG and CONTRIBUTORS
- Bump version
- Include Apple Gamecenter highscore setting tutorial in docs
This commit is contained in:
Aldo Cortesi
2011-06-27 16:38:00 +12:00
parent 0a642f2441
commit 46ec8f52e7
10 changed files with 137 additions and 7 deletions

View File

@@ -1,2 +1,2 @@
IVERSION = (0, 4)
IVERSION = (0, 5)
VERSION = ".".join([str(i) for i in IVERSION])