From e2ad39c4133d2364169a2d152befd9a766007159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C5=BEe=20Pe=C4=8Dar?= Date: Thu, 24 Aug 2023 08:19:51 +0100 Subject: [PATCH] Release readme improvements --- CHANGELOG.md | 11 ++++++++++- src/django_tui/__about__.py | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ae5ab2..dfa7f5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,18 @@ 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.0.0/), +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). +## [23.4] - 2023-08-24 + +README improvements + +### Added + +- Screenshot at the top of the README +- Better install instructions + ## [23.3] - 2023-08-23 Added video demo to the project description šŸŽ‰ diff --git a/src/django_tui/__about__.py b/src/django_tui/__about__.py index 3a20b5c..a44da23 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.3" +__version__ = "23.4"