Bump to 0.26
This commit is contained in:
parent
ce640fc1d7
commit
1e9f3d994b
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -4,6 +4,17 @@ Changelog
|
|||
%%version%% (unreleased)
|
||||
------------------------
|
||||
|
||||
- Merge pull request #172 from kived/fix-whitelist. [Ryan Pessa]
|
||||
|
||||
ensure whitelist always has a list
|
||||
|
||||
- Bump to 0.26dev. [Mathieu Virbel]
|
||||
|
||||
0.25 (2015-01-27)
|
||||
-----------------
|
||||
|
||||
- Bump to 0.25. [Mathieu Virbel]
|
||||
|
||||
- Setup.py: add changelog in the long description. [Mathieu Virbel]
|
||||
|
||||
- Bump to 0.24. [Mathieu Virbel]
|
||||
|
|
|
@ -6,7 +6,7 @@ Generic Python packager for Android / iOS. Desktop later.
|
|||
|
||||
'''
|
||||
|
||||
__version__ = '0.26dev'
|
||||
__version__ = '0.26'
|
||||
|
||||
import os
|
||||
import re
|
||||
|
|
Loading…
Reference in a new issue