bump to 0.12
This commit is contained in:
parent
ec63e68161
commit
0669808f19
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
### 0.12
|
||||
(not released yet)
|
||||
(April 21st, 2014)
|
||||
|
||||
- Fixes a open() and encoding for Python 2 on JsonStore
|
||||
|
||||
|
||||
### 0.11
|
||||
|
|
|
@ -6,7 +6,7 @@ Generic Python packager for Android / iOS. Desktop later.
|
|||
|
||||
'''
|
||||
|
||||
__version__ = '0.12-dev'
|
||||
__version__ = '0.12'
|
||||
|
||||
import os
|
||||
import re
|
||||
|
|
Loading…
Reference in a new issue