Skip to content

Commit 1a4cb7a

Browse files
committed
Release 1.0.0
1 parent afa47ba commit 1a4cb7a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.rst

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

8+
2024/11/05 1.0.0
9+
================
10+
811
- BREAKING CHANGE: The SQLAlchemy dialect has been split off into
912
the `sqlalchemy-cratedb`_ package, see notice below.
1013
- Feature: Returned Python ``datetime`` objects are now always timezone-aware,

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.35.2"
32+
__version__ = "1.0.0"
3333

3434
apilevel = "2.0"
3535
threadsafety = 1

0 commit comments

Comments
 (0)