Bump version and update HISTORY.md

pull/130/head v0.8.1
Vinayak Mehta 2020-07-21 21:48:29 +05:30
parent be25e6dbdb
commit 16beb15c43
No known key found for this signature in database
GPG Key ID: 2170CDB940114C1D
2 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,13 @@ Release History
master
------
0.8.1 (2020-07-21)
------------------
**Bugfixes**
* [#169](https://github.com/camelot-dev/camelot/issues/169) Fix import error caused by `pdfminer.six==20200720`. [#171](https://github.com/camelot-dev/camelot/pull/171) by Vinayak Mehta.
0.8.0 (2020-05-24)
------------------

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
VERSION = (0, 8, 0)
VERSION = (0, 8, 1)
PRERELEASE = None # alpha, beta or rc
REVISION = None