Bump version

Update HISTORY.md
This commit is contained in:
Vinayak Mehta
2018-10-28 22:33:54 +05:30
parent 9cffe0adbe
commit f73062c1c4
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -4,6 +4,9 @@ Release History
master master
------ ------
0.3.0 (2018-10-28)
------------------
**Improvements** **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). * [#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 -1
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
VERSION = (0, 2, 3) VERSION = (0, 3, 0)
__title__ = 'camelot-py' __title__ = 'camelot-py'
__description__ = 'PDF Table Extraction for Humans.' __description__ = 'PDF Table Extraction for Humans.'