Skip to content

Commit ce530f1

Browse files
committed
Release 0.35.1
1 parent e51db0e commit ce530f1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Unreleased
66
==========
77

88

9+
2024/01/18 0.35.1
10+
=================
11+
12+
- Compatibility: Re-add ``crate.client._pep440.Version`` from ``verlib2``.
13+
It is needed the prevent breaking ``crash``.
14+
15+
916
2024/01/17 0.35.0
1017
=================
1118

src/crate/client/__init__.py

Lines changed: 1 addition & 1 deletion
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.0"
32+
__version__ = "0.35.1"
3333

3434
apilevel = "2.0"
3535
threadsafety = 2

0 commit comments

Comments
 (0)