From 45ae9809880712bff40c2673b3c2a38637ec9b11 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Sun, 6 Jan 2019 13:00:08 +0530 Subject: [PATCH] Bump version --- HISTORY.md | 7 +++++++ camelot/__version__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 2a99d11..2d67478 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -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) ------------------ diff --git a/camelot/__version__.py b/camelot/__version__.py index 5e13b4b..f455669 100644 --- a/camelot/__version__.py +++ b/camelot/__version__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -VERSION = (0, 7, 0) +VERSION = (0, 7, 1) PRERELEASE = None # alpha, beta or rc REVISION = None