Bump to 0.24
This commit is contained in:
parent
a49a9abab9
commit
5c9eb51c66
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -4,6 +4,17 @@ Changelog
|
||||||
%%version%% (unreleased)
|
%%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]
|
- Bump to 0.23dev. [Mathieu Virbel]
|
||||||
|
|
||||||
0.22 (2015-01-27)
|
0.22 (2015-01-27)
|
||||||
|
|
|
@ -6,7 +6,7 @@ Generic Python packager for Android / iOS. Desktop later.
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
__version__ = '0.24dev'
|
__version__ = '0.24'
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|
Loading…
Reference in a new issue