Skip to content

Commit 4d14a51

Browse files
committed
Prep for v0.5.4 release
1 parent f6be4fb commit 4d14a51

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.5.4 - March 15, 2023
12+
-----------------------
13+
* Added expiration to workspaces
14+
1115
v0.5.3 - January 9, 2023
1216
--------------------------
1317
* Fixed issue with parsing numeric results

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