Bump to 0.24

This commit is contained in:
Mathieu Virbel 2015-01-27 17:21:49 +01:00
parent a49a9abab9
commit 5c9eb51c66
2 changed files with 12 additions and 1 deletions

View file

@ -4,6 +4,17 @@ Changelog
%%version%% (unreleased)
------------------------
- Bump to 0.23. [Mathieu Virbel]
0.23 (2015-01-27)
-----------------
- Bump to 0.23. [Mathieu Virbel]
- Reference the changelog.md in the manifest.in. [Mathieu Virbel]
- Auto generate changelog when releasing now. [Mathieu Virbel]
- Bump to 0.23dev. [Mathieu Virbel]
0.22 (2015-01-27)

View file

@ -6,7 +6,7 @@ Generic Python packager for Android / iOS. Desktop later.
'''
__version__ = '0.24dev'
__version__ = '0.24'
import os
import re