diff --git a/CHANGELOG.md b/CHANGELOG.md index 144e34c..e26e0d3 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.1] - 2023-01-18 + +### Added + +Ability to copy from the output shell area. Thanks @shtayeb! + ## [23.9] - 2023-12-19 ### Added diff --git a/src/django_tui/__about__.py b/src/django_tui/__about__.py index 3dbc02c..f78e78c 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__ = "23.9" +__version__ = "24.1"