Skip to content

Commit

Permalink
Release 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 16, 2023
1 parent 652bb15 commit 1f2a82d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Expand Up @@ -5,11 +5,16 @@ Changes for crash
Unreleased
==========

2023/02/16 0.29.0
=================

- Add support for Python 3.11, and drop support for Python 3.5 and 3.6.

- Fix compatibility issue with ``crate-0.30.0`` in the area of comparing
server version numbers.

- Dependencies: Update to tabulate 0.9, platformdirs, and prompt-toolkit v3.

2022/04/13 0.28.0
=================

Expand Down
2 changes: 1 addition & 1 deletion crate/crash/__init__.py
Expand Up @@ -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.28.0'
__version__ = '0.29.0'

0 comments on commit 1f2a82d

Please sign in to comment.