Skip to content

Commit 18643b0

Browse files
committed
Update release notes for version 2.0.2
1 parent 29c114d commit 18643b0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SlicingDice Official Python 2 Client (v2.0.1)
1+
# SlicingDice Official Python 2 Client (v2.0.2)
22

33
Official Python 2 client for [SlicingDice - Data Warehouse and Analytics Database as a Service](https://www.slicingdice.com/).
44

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def read(fname):
88

99
setup(
1010
name="pyslicer",
11-
version="2.0.1",
11+
version="2.0.2",
1212
author="SlicingDice LLC",
1313
author_email="help@slicingdice.com",
1414
description="Official Python client for SlicingDice, Data Warehouse and "

0 commit comments

Comments
 (0)