diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ead241..066524f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/buildozer/__init__.py b/buildozer/__init__.py index 2878a21..625506e 100644 --- a/buildozer/__init__.py +++ b/buildozer/__init__.py @@ -6,7 +6,7 @@ Generic Python packager for Android / iOS. Desktop later. ''' -__version__ = '0.25dev' +__version__ = '0.25' import os import re