bump to 0.13

This commit is contained in:
Mathieu Virbel 2014-04-21 01:09:45 +02:00
parent 584bb0ed36
commit e6495349b8
2 changed files with 9 additions and 1 deletions

View file

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

View file

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