Skip to content

Commit 4bf494f

Browse files
committed
Prepare release 0.28.0
1 parent 681ed2d commit 4bf494f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Changes for crash
55
Unreleased
66
==========
77

8+
2022/04/13 0.28.0
9+
=================
10+
811
- Added support for Python 3.10.
912
- Fixed tabular output with rows containing only whitespace or other
1013
non-printable characters by upgrading to upstream ``tabulate`` package.

crate/crash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
# with Crate these terms will supersede the license and you may use the
2020
# software solely pursuant to the terms of the relevant commercial agreement.
2121

22-
__version__ = '0.27.0'
22+
__version__ = '0.28.0'

0 commit comments

Comments
 (0)