diff --git a/HISTORY.md b/HISTORY.md index b277008..1c74e4d 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,14 @@ Release History master ------ +0.3.2 (2018-11-04) +------------------ + +**Improvements** + +* [#186](https://github.com/socialcopsdev/camelot/issues/186) Add `_bbox` attribute to table. [#193](https://github.com/socialcopsdev/camelot/pull/193) by Vinayak Mehta. + * You can use `table._bbox` to get coordinates of the detected table. + 0.3.1 (2018-11-02) ------------------ diff --git a/camelot/__version__.py b/camelot/__version__.py index 84b6f7e..22adbc4 100644 --- a/camelot/__version__.py +++ b/camelot/__version__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -VERSION = (0, 3, 1) +VERSION = (0, 3, 2) __title__ = 'camelot-py' __description__ = 'PDF Table Extraction for Humans.'