File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 2.0.2]
4
+ ### Updated
5
+ - Change SQL endpoint from ` /query/sql ` to ` sql `
6
+ - Improve client tests
7
+
3
8
## [ 2.0.1]
4
9
### Updated
5
10
- Make client compatible with python 3
Original file line number Diff line number Diff line change 1
- # SlicingDice Official Python 2 Client (v2.0.1 )
1
+ # SlicingDice Official Python 2 Client (v2.0.2 )
2
2
3
3
Official Python 2 client for [ SlicingDice - Data Warehouse and Analytics Database as a Service] ( https://www.slicingdice.com/ ) .
4
4
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ def read(fname):
8
8
9
9
setup (
10
10
name = "pyslicer" ,
11
- version = "2.0.1 " ,
11
+ version = "2.0.2 " ,
12
12
author = "SlicingDice LLC" ,
13
13
author_email = "help@slicingdice.com" ,
14
14
description = "Official Python client for SlicingDice, Data Warehouse and "
You can’t perform that action at this time.
0 commit comments