Skip to content

Commit

Permalink
Release 0.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 18, 2024
1 parent e51db0e commit ce530f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ Unreleased
==========


2024/01/18 0.35.1
=================

- Compatibility: Re-add ``crate.client._pep440.Version`` from ``verlib2``.
It is needed the prevent breaking ``crash``.


2024/01/17 0.35.0
=================

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.0"
__version__ = "0.35.1"

apilevel = "2.0"
threadsafety = 2
Expand Down

0 comments on commit ce530f1

Please sign in to comment.