Skip to content

Commit

Permalink
Prep for v0.5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 committed Mar 15, 2023
1 parent f6be4fb commit 4d14a51
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.5.4 - March 15, 2023
-----------------------
* Added expiration to workspaces

v0.5.3 - January 9, 2023
--------------------------
* Fixed issue with parsing numeric results
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.5.3
version = 0.5.4
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.5.3'
__version__ = '0.5.4'

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

0 comments on commit 4d14a51

Please sign in to comment.