From 18c72e2ff21c2998609ef51c0f24c8a05f1cf7f1 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Sun, 20 Apr 2014 21:19:28 +0200 Subject: [PATCH] bump to 0.11 --- CHANGES.md | 2 +- buildozer/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ddd8d0e..c95f805 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,5 @@ ### 0.11 -(not released yet) +(April 20th, 2014) - Buildozer is now compatible with Python 3.3 diff --git a/buildozer/__init__.py b/buildozer/__init__.py index d0d5402..7a6a96c 100644 --- a/buildozer/__init__.py +++ b/buildozer/__init__.py @@ -6,7 +6,7 @@ Generic Python packager for Android / iOS. Desktop later. ''' -__version__ = '0.11-dev' +__version__ = '0.11' import os import re