We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4aa11 commit 644bbe7Copy full SHA for 644bbe7
HISTORY.md
@@ -4,6 +4,11 @@ Release History
4
master
5
------
6
7
+0.10.1 (2021-07-11)
8
+------------------
9
+
10
+- Change extra requirements from `cv` to `base`. You can use `pip install "camelot-py[base]"` to install everything required to run camelot.
11
12
0.10.0 (2021-07-11)
13
------------------
14
camelot/__version__.py
@@ -1,6 +1,6 @@
1
# -*- coding: utf-8 -*-
2
3
-VERSION = (0, 10, 0)
+VERSION = (0, 10, 1)
PRERELEASE = None # alpha, beta or rc
REVISION = None
0 commit comments