parent
215e5ea2a5
commit
45ae980988
|
|
@ -4,6 +4,13 @@ Release History
|
|||
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)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
VERSION = (0, 7, 0)
|
||||
VERSION = (0, 7, 1)
|
||||
PRERELEASE = None # alpha, beta or rc
|
||||
REVISION = None
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue