Version bump and changelog

This commit is contained in:
Eliot Berriot 2019-01-22 12:04:30 +01:00
commit f44d2b0694
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
68 changed files with 292 additions and 262 deletions

View file

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = "0.18-dev"
__version__ = "0.18"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num