File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ Here is a list of past and present much-appreciated contributors:
26
26
Mark Walling
27
27
Mathias Loesch
28
28
Matthew Hegarty
29
+ Matthias Dellweg
29
30
Mike Waldner
30
31
Peyman Salehi
31
32
Rabin Nankhwa
Original file line number Diff line number Diff line change 1
1
# History
2
2
3
+ ## 3.6.1 (2024-04-04)
4
+
5
+ ### Bugfixes
6
+
7
+ - Fix broken installs with pip failing to resolve the request for ` tablib[html] ` in some cases (#588 ).
8
+
3
9
## 3.6.0 (2024-03-23)
4
10
5
11
### Improvements
48
54
49
55
- Fix bug when yaml file is empty (#535 )
50
56
- Fix linting issues raised by Flake8 (#536 )
51
-
57
+
52
58
## 3.3.0 (2022-12-10)
53
59
54
60
### Improvements
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ all = [
43
43
" xlwt" ,
44
44
]
45
45
cli = [" tabulate" ]
46
+ html = []
46
47
ods = [" odfpy" ]
47
48
pandas = [" pandas" ]
48
49
xls = [" xlrd" , " xlwt" ]
You can’t perform that action at this time.
0 commit comments