From 5330620ea2381b0697cbe32282b2e9fb3d16bd28 Mon Sep 17 00:00:00 2001 From: yatintaluja Date: Wed, 16 Jan 2019 16:30:05 +0530 Subject: [PATCH] Bump version --- HISTORY.md | 8 ++++++++ camelot/__version__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 2d67478..2dd00f5 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,14 @@ Release History master ------ +0.7.2 (2019-01-10) +------------------ + + **Bugfixes** + + * [#245](https://github.com/socialcopsdev/camelot/issues/245) Fix AttributeError for encrypted files. [#251](https://github.com/socialcopsdev/camelot/pull/251) by Yatin Taluja. + + 0.7.1 (2019-01-06) ------------------ diff --git a/camelot/__version__.py b/camelot/__version__.py index f455669..b0fba8f 100644 --- a/camelot/__version__.py +++ b/camelot/__version__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -VERSION = (0, 7, 1) +VERSION = (0, 7, 2) PRERELEASE = None # alpha, beta or rc REVISION = None