Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 5, 2024
1 parent afa47ba commit 678e2db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Changes for crate
Unreleased
==========

2024/11/05 1.0.0
================

- BREAKING CHANGE: The SQLAlchemy dialect has been split off into
the `sqlalchemy-cratedb`_ package, see notice below.
- Feature: Returned Python ``datetime`` objects are now always timezone-aware,
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.35.2"
__version__ = "1.0.0"

apilevel = "2.0"
threadsafety = 1
Expand Down

0 comments on commit 678e2db

Please sign in to comment.