Skip to content

Commit 80ede44

Browse files
committed
Release 0.28.0
1 parent 226bbfb commit 80ede44

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changes for crate
44

55
Unreleased
66
==========
7+
8+
9+
2022/12/02 0.28.0
10+
=================
11+
712
- Added a generic data type converter to the ``Cursor`` object, for converting
813
fetched data from CrateDB data types to Python data types.
914

src/crate/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# version string read from setup.py using a regex. Take care not to break the
3131
# regex!
32-
__version__ = "0.27.2"
32+
__version__ = "0.28.0"
3333

3434
apilevel = "2.0"
3535
threadsafety = 2

0 commit comments

Comments
 (0)