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 11# Change Log
22
3+ ## [ 2.0.2]
4+ ### Updated
5+ - Change SQL endpoint from ` /query/sql ` to ` sql `
6+ - Improve client tests
7+
38## [ 2.0.1]
49### Updated
510- 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 )
22
33Official Python 2 client for [ SlicingDice - Data Warehouse and Analytics Database as a Service] ( https://www.slicingdice.com/ ) .
44
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ def read(fname):
88
99setup (
1010 name = "pyslicer" ,
11- version = "2.0.1 " ,
11+ version = "2.0.2 " ,
1212 author = "SlicingDice LLC" ,
13131414 description = "Official Python client for SlicingDice, Data Warehouse and "
You can’t perform that action at this time.
0 commit comments