We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa47ba commit 1a4cb7aCopy full SHA for 1a4cb7a
CHANGES.rst
@@ -5,6 +5,9 @@ Changes for crate
5
Unreleased
6
==========
7
8
+2024/11/05 1.0.0
9
+================
10
+
11
- BREAKING CHANGE: The SQLAlchemy dialect has been split off into
12
the `sqlalchemy-cratedb`_ package, see notice below.
13
- Feature: Returned Python ``datetime`` objects are now always timezone-aware,
src/crate/client/__init__.py
@@ -29,7 +29,7 @@
29
30
# version string read from setup.py using a regex. Take care not to break the
31
# regex!
32
-__version__ = "0.35.2"
+__version__ = "1.0.0"
33
34
apilevel = "2.0"
35
threadsafety = 1
0 commit comments