Bump version

This commit is contained in:
Vinayak Mehta
2019-01-06 13:00:08 +05:30
parent 215e5ea2a5
commit 45ae980988
2 changed files with 8 additions and 1 deletions
+7
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)
------------------ ------------------
+1 -1
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