Version bump and changelog for 0.14

This commit is contained in:
Eliot Berriot 2018-06-02 18:11:15 +02:00
parent 87edc6ee38
commit 73bde2fc9e
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
29 changed files with 205 additions and 175 deletions

View file

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