diff --git a/HISTORY.md b/HISTORY.md index a642196..ff386d5 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,13 @@ Release History =============== +0.2.3 (2018-10-08) +------------------ + +* Remove hard dependencies on requirements versions. + 0.2.2 (2018-10-08) ------------------ +------------------ **Bugfixes** diff --git a/camelot/__version__.py b/camelot/__version__.py index a6f488e..89f8c08 100644 --- a/camelot/__version__.py +++ b/camelot/__version__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -VERSION = (0, 2, 2) +VERSION = (0, 2, 3) __title__ = 'camelot-py' __description__ = 'PDF Table Extraction for Humans.'