Skip to content

Commit 05159b8

Browse files
committed
Release 0.33.0
1 parent 17e6ebb commit 05159b8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.txt

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Changes for crate
55
Unreleased
66
==========
77

8+
9+
2023/07/17 0.33.0
10+
=================
11+
812
- SQLAlchemy: Rename leftover occurrences of ``Object``. The new symbol to represent
913
CrateDB's ``OBJECT`` column type is now ``ObjectType``.
1014

src/crate/client/__init__.py

+1-1
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.32.0"
32+
__version__ = "0.33.0"
3333

3434
apilevel = "2.0"
3535
threadsafety = 2

0 commit comments

Comments
 (0)