Skip to content

Commit 512aa7b

Browse files
committed
Prep v0.3.2 release
1 parent 0c03331 commit 512aa7b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/src/whatsnew.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ What's New
44

55
This document outlines features and improvements from each release.
66

7+
v0.3.2 - September 14, 2022
8+
---------------------------
9+
* Fixes for PyMySQL compatibility
10+
711
v0.3.1 - September 9, 2022
812
--------------------------
913
* Changed cipher in PyMySQL connection for SingleStoreDB Cloud compatibility

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.3.1
3+
version = 0.3.2
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
@@ -14,7 +14,7 @@
1414
"""
1515
from __future__ import annotations
1616

17-
__version__ = '0.3.1'
17+
__version__ = '0.3.2'
1818

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

0 commit comments

Comments
 (0)