From df8fd3582d827c788aa8f4ad69f2ab442b9a8784 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 8 Feb 2024 13:46:42 +0100 Subject: [PATCH] Release 0.31.2 --- CHANGES.txt | 3 +++ crate/crash/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5697dcaa..79c6cb23 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,6 +5,9 @@ Changes for crash Unreleased ========== +2024/02/08 0.31.2 +================= + - Update to crate>=0.35.2. It is needed to accompany the recent improvements about ``--timeout``. diff --git a/crate/crash/__init__.py b/crate/crash/__init__.py index fbf32731..0ea3b3d7 100644 --- a/crate/crash/__init__.py +++ b/crate/crash/__init__.py @@ -19,4 +19,4 @@ # with Crate these terms will supersede the license and you may use the # software solely pursuant to the terms of the relevant commercial agreement. -__version__ = '0.31.1' +__version__ = '0.31.2'