Bump to 0.25
This commit is contained in:
parent
b6d8eb9d13
commit
b02f074c24
2 changed files with 10 additions and 1 deletions
|
@ -4,6 +4,15 @@ Changelog
|
|||
%%version%% (unreleased)
|
||||
------------------------
|
||||
|
||||
- Setup.py: add changelog in the long description. [Mathieu Virbel]
|
||||
|
||||
- Bump to 0.24. [Mathieu Virbel]
|
||||
|
||||
0.24 (2015-01-27)
|
||||
-----------------
|
||||
|
||||
- Bump to 0.24. [Mathieu Virbel]
|
||||
|
||||
- Bump to 0.23. [Mathieu Virbel]
|
||||
|
||||
0.23 (2015-01-27)
|
||||
|
|
|
@ -6,7 +6,7 @@ Generic Python packager for Android / iOS. Desktop later.
|
|||
|
||||
'''
|
||||
|
||||
__version__ = '0.25dev'
|
||||
__version__ = '0.25'
|
||||
|
||||
import os
|
||||
import re
|
||||
|
|
Loading…
Reference in a new issue