From 3672c6a68b0beeb06c9e1cfc68fb6e0a292fee07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C5=BEe=20Pe=C4=8Dar?= Date: Wed, 16 Oct 2024 19:21:18 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 6 ++++++ src/django_tui/__about__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 842cbd8..ab82e5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Calendar Versioning](https://calver.org). +## [24.4] - 2024-10-16 + +### Fixed + +Crash when pressing the down key. Thank you @ALERTua! + ## [24.3] - 2024-07-05 ### Added diff --git a/src/django_tui/__about__.py b/src/django_tui/__about__.py index c221a46..ca1e7ad 100644 --- a/src/django_tui/__about__.py +++ b/src/django_tui/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2023-present Anže Pečar # # SPDX-License-Identifier: MIT -__version__ = "24.3" +__version__ = "24.4"