Skip to content

Commit

Permalink
Prep v0.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 committed Sep 14, 2022
1 parent 0c03331 commit 512aa7b
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 @@ -4,6 +4,10 @@ What's New

This document outlines features and improvements from each release.

v0.3.2 - September 14, 2022
---------------------------
* Fixes for PyMySQL compatibility

v0.3.1 - September 9, 2022
--------------------------
* Changed cipher in PyMySQL connection for SingleStoreDB Cloud compatibility
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.3.1
version = 0.3.2
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 @@ -14,7 +14,7 @@
"""
from __future__ import annotations

__version__ = '0.3.1'
__version__ = '0.3.2'

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

0 comments on commit 512aa7b

Please sign in to comment.