bump to 0.12

This commit is contained in:
Mathieu Virbel 2014-04-21 00:48:09 +02:00
parent ec63e68161
commit 0669808f19
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
### 0.12
(not released yet)
(April 21st, 2014)
- Fixes a open() and encoding for Python 2 on JsonStore
### 0.11

View file

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