From 03c2ab9321e33735dc4ef23a26f7bdef6ba53b5b Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Mon, 18 Mar 2024 19:55:28 +0100 Subject: [PATCH] Release 0.31.3 --- CHANGES.txt | 5 ++++- crate/crash/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 30a8de51..69d0ffee 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,8 +5,11 @@ Changes for crash Unreleased ========== -- Started using Python Testcontainers for integration testing +2024/03/18 0.31.3 +================= + - Fixed status line display of the executed SQL command +- Started using Python Testcontainers for integration testing 2024/02/08 0.31.2 ================= diff --git a/crate/crash/__init__.py b/crate/crash/__init__.py index 0ea3b3d7..d2c47196 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.2' +__version__ = '0.31.3'