diff --git a/HISTORY.md b/HISTORY.md index 46ff146..6a1e9c4 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,9 @@ Release History master ------ +0.6.0 (2018-12-24) +------------------ + **Improvements** * [#91](https://github.com/socialcopsdev/camelot/issues/91) Add support to read from url. [#236](https://github.com/socialcopsdev/camelot/pull/236) by Vinayak Mehta. diff --git a/camelot/__version__.py b/camelot/__version__.py index 3f619b1..b5e80e8 100644 --- a/camelot/__version__.py +++ b/camelot/__version__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -VERSION = (0, 5, 0) +VERSION = (0, 6, 0) PRERELEASE = None # alpha, beta or rc REVISION = None