Bump version

pull/2/head v0.7.1
Vinayak Mehta 2019-01-06 13:00:08 +05:30
parent 215e5ea2a5
commit 45ae980988
2 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,13 @@ Release History
master master
------ ------
0.7.1 (2019-01-06)
------------------
**Bugfixes**
* Move ghostscript import to inside the function so Anaconda builds don't fail.
0.7.0 (2019-01-05) 0.7.0 (2019-01-05)
------------------ ------------------

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
VERSION = (0, 7, 0) VERSION = (0, 7, 1)
PRERELEASE = None # alpha, beta or rc PRERELEASE = None # alpha, beta or rc
REVISION = None REVISION = None