diff --git a/HISTORY.md b/HISTORY.md index 2d674785..2dd00f55 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 f4556694..b0fba8f1 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