Skip to content

Commit

Permalink
Prepare for v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 committed May 18, 2023
1 parent 32d5dce commit 22ced15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/src/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This document outlines features and improvements from each release.
are for non-production testing and evaluation, and may include
changes to the API.

v0.6.1 - May 18, 2023
---------------------
* Fix GSSAPI/Kerberos packet data

v0.6.0 - May 17, 2023
---------------------
* Added GSSAPI/Kerberos support
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = singlestoredb
version = 0.6.0
version = 0.6.1
description = Interface to the SingleStore database and cluster management APIs
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion singlestoredb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""

__version__ = '0.6.0'
__version__ = '0.6.1'

from .config import options, get_option, set_option, describe_option
from .connection import connect, apilevel, threadsafety, paramstyle
Expand Down

0 comments on commit 22ced15

Please sign in to comment.