Skip to content

Commit 56ae001

Browse files
committed
Prepare for v0.8.1
1 parent 9be8373 commit 56ae001

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

docs/src/whatsnew.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ 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.8.1 - July, 12, 2023
12+
-----------------------
13+
* Add `create_engine` function to return SQLAlchemy engine while supporting
14+
environment variable parameter settings and settings in options
15+
1116
v0.8.0 - July, 12, 2023
1217
-----------------------
1318
* ! Python 3.8 is now the minimum required version

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.8.0
3+
version = 0.8.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.8.0'
16+
__version__ = '0.8.1'
1717

1818
from .alchemy import create_engine
1919
from .config import options, get_option, set_option, describe_option

0 commit comments

Comments
 (0)