From e6495349b8d06ae0bd558e121b26c4a7907995ef Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Mon, 21 Apr 2014 01:09:45 +0200 Subject: [PATCH] bump to 0.13 --- CHANGES.md | 8 ++++++++ buildozer/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ecacc13..b06224f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +### 0.13 +(April 21st, 2014) + +- Fixes for Python 2 (Python 3 support was a little bit too invasive.) + +- Fixes Windows console color + + ### 0.12 (April 21st, 2014) diff --git a/buildozer/__init__.py b/buildozer/__init__.py index 174074c..0fdf9c5 100644 --- a/buildozer/__init__.py +++ b/buildozer/__init__.py @@ -6,7 +6,7 @@ Generic Python packager for Android / iOS. Desktop later. ''' -__version__ = '0.12' +__version__ = '0.13' import os import re