We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c114d commit 18643b0Copy full SHA for 18643b0
3 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## [2.0.2]
4
+### Updated
5
+- Change SQL endpoint from `/query/sql` to `sql`
6
+- Improve client tests
7
+
8
## [2.0.1]
9
### Updated
10
- Make client compatible with python 3
README.md
@@ -1,4 +1,4 @@
-# SlicingDice Official Python 2 Client (v2.0.1)
+# SlicingDice Official Python 2 Client (v2.0.2)
Official Python 2 client for [SlicingDice - Data Warehouse and Analytics Database as a Service](https://www.slicingdice.com/).
setup.py
@@ -8,7 +8,7 @@ def read(fname):
setup(
name="pyslicer",
11
- version="2.0.1",
+ version="2.0.2",
12
author="SlicingDice LLC",
13
author_email="[email protected]",
14
description="Official Python client for SlicingDice, Data Warehouse and "
0 commit comments