Skip to content

Commit

Permalink
Release 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hammerhead committed Dec 2, 2022
1 parent 226bbfb commit 80ede44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changes for crate

Unreleased
==========


2022/12/02 0.28.0
=================

- Added a generic data type converter to the ``Cursor`` object, for converting
fetched data from CrateDB data types to Python data types.

Expand Down
2 changes: 1 addition & 1 deletion src/crate/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

# version string read from setup.py using a regex. Take care not to break the
# regex!
__version__ = "0.27.2"
__version__ = "0.28.0"

apilevel = "2.0"
threadsafety = 2
Expand Down

0 comments on commit 80ede44

Please sign in to comment.