Skip to content

Commit

Permalink
Kusto: update setup and HISTORY files (Azure#3363)
Browse files Browse the repository at this point in the history
* Update HISTORY.rst

* Update setup.py

* Update setup.py

.3
  • Loading branch information
astauben authored May 12, 2021
1 parent 2bb3bc6 commit ee8b188
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/kusto/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ Release History
0.1.0
++++++
* Initial release.

0.2.0
++++++
* Adding Engine v3 support and User-Assigned-Identity

0.3.0
++++++
* Adding TableLeavelSharing feature, Script resource
2 changes: 1 addition & 1 deletion src/kusto/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from setuptools import setup, find_packages

# HISTORY.rst entry.
VERSION = '0.1.0'
VERSION = '0.3.0'
try:
from azext_kusto.manual.version import VERSION
except ImportError:
Expand Down

0 comments on commit ee8b188

Please sign in to comment.