Bump version and update HISTORY.md

pull/252/merge v0.10.1
Vinayak Mehta 2021-07-11 23:37:18 +05:30
parent 1b4aa114e3
commit 644bbe7c6d
No known key found for this signature in database
GPG Key ID: 2DE013537A15A9A4
2 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,11 @@ Release History
master master
------ ------
0.10.1 (2021-07-11)
------------------
- Change extra requirements from `cv` to `base`. You can use `pip install "camelot-py[base]"` to install everything required to run camelot.
0.10.0 (2021-07-11) 0.10.0 (2021-07-11)
------------------ ------------------

View File

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