Bump version and update HISTORY.md

This commit is contained in:
Vinayak Mehta
2021-07-11 23:37:18 +05:30
parent 1b4aa114e3
commit 644bbe7c6d
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -4,6 +4,11 @@ Release History
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)
------------------
+1 -1
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
VERSION = (0, 10, 0)
VERSION = (0, 10, 1)
PRERELEASE = None # alpha, beta or rc
REVISION = None