Bump version and update HISTORY.md

pull/2/head v0.3.1
Vinayak Mehta 2018-11-02 23:25:07 +05:30
parent db3f8c6897
commit 36006cadc5
2 changed files with 10 additions and 1 deletions

View File

@ -4,6 +4,15 @@ Release History
master
------
0.3.1 (2018-11-02)
------------------
**Improvements**
* Matplotlib is now an optional requirement. [#190](https://github.com/socialcopsdev/camelot/pull/190) by Vinayak Mehta.
* You can install it using `$ pip install camelot-py[plot]`.
* [#127](https://github.com/socialcopsdev/camelot/issues/127) Add tests for plotting. Coverage is now at 87%! [#179](https://github.com/socialcopsdev/camelot/pull/179) by [Suyash Behera](https://github.com/Suyash458).
0.3.0 (2018-10-28)
------------------

View File

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