parent
1b4aa114e3
commit
644bbe7c6d
|
|
@ -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)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue