Skip to content

Commit 22ced15

Browse files
committed
Prepare for v0.6.1
1 parent 32d5dce commit 22ced15

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/src/whatsnew.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This document outlines features and improvements from each release.
88
are for non-production testing and evaluation, and may include
99
changes to the API.
1010

11+
v0.6.1 - May 18, 2023
12+
---------------------
13+
* Fix GSSAPI/Kerberos packet data
14+
1115
v0.6.0 - May 17, 2023
1216
---------------------
1317
* Added GSSAPI/Kerberos support

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = singlestoredb
3-
version = 0.6.0
3+
version = 0.6.1
44
description = Interface to the SingleStore database and cluster management APIs
55
long_description = file: README.md
66
long_description_content_type = text/markdown

singlestoredb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
"""
1515

16-
__version__ = '0.6.0'
16+
__version__ = '0.6.1'
1717

1818
from .config import options, get_option, set_option, describe_option
1919
from .connection import connect, apilevel, threadsafety, paramstyle

0 commit comments

Comments
 (0)