Bump to 0.26

This commit is contained in:
Mathieu Virbel 2015-01-28 13:05:06 +01:00
parent ce640fc1d7
commit 1e9f3d994b
2 changed files with 12 additions and 1 deletions

View file

@ -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]

View file

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