Bump version and update HISTORY.md

pull/2/head v0.3.2
Vinayak Mehta 2018-11-04 01:37:27 +05:30
parent defaead679
commit b310f16dba
2 changed files with 9 additions and 1 deletions

View File

@ -4,6 +4,14 @@ Release History
master 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) 0.3.1 (2018-11-02)
------------------ ------------------

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
VERSION = (0, 3, 1) VERSION = (0, 3, 2)
__title__ = 'camelot-py' __title__ = 'camelot-py'
__description__ = 'PDF Table Extraction for Humans.' __description__ = 'PDF Table Extraction for Humans.'