parent
9cffe0adbe
commit
f73062c1c4
|
|
@ -4,6 +4,9 @@ Release History
|
|||
master
|
||||
------
|
||||
|
||||
0.3.0 (2018-10-28)
|
||||
------------------
|
||||
|
||||
**Improvements**
|
||||
|
||||
* [#162](https://github.com/socialcopsdev/camelot/issues/162) Add password keyword argument. [#180](https://github.com/socialcopsdev/camelot/pull/180) by [rbares](https://github.com/rbares).
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
VERSION = (0, 2, 3)
|
||||
VERSION = (0, 3, 0)
|
||||
|
||||
__title__ = 'camelot-py'
|
||||
__description__ = 'PDF Table Extraction for Humans.'
|
||||
|
|
|
|||
Loading…
Reference in New Issue