diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dc9989..0ead241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ Changelog %%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] 0.22 (2015-01-27) diff --git a/buildozer/__init__.py b/buildozer/__init__.py index 405c5e5..275e025 100644 --- a/buildozer/__init__.py +++ b/buildozer/__init__.py @@ -6,7 +6,7 @@ Generic Python packager for Android / iOS. Desktop later. ''' -__version__ = '0.24dev' +__version__ = '0.24' import os import re