Skip to content

Commit ae85747

Browse files
committed
Prepare for v0.7.1 release
1 parent 7171797 commit ae85747

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.7.1 - June 15, 2023
12+
----------------------
13+
* Add ``connect_timeout`` and ``multi_statements`` options to connection
14+
1115
v0.7.0 - June 9, 2023
1216
---------------------
1317
* Add converters for numpy array to vector blobs,

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.7.0
3+
version = 0.7.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.7.0'
16+
__version__ = '0.7.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)