0.12 Version bump and changelog

This commit is contained in:
Eliot Berriot 2018-05-09 23:45:14 +02:00
parent 805f9c6bbc
commit 0997aa4b25
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
7 changed files with 149 additions and 123 deletions

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version__ = '0.11'
__version__ = '0.12'
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])