From 94d753292984fe98389d79718f3a1b8a30f755cc Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Wed, 27 Dec 2023 10:01:29 +0100 Subject: [PATCH] Set release date --- CHANGELOG.md | 2 +- changelog.yaml | 2 +- docs/changelog.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57f379d..be8edb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ Changelog -**0.40.0 (SOON)** +**0.40.0 (2023-12-27)** This release includes a rather extensive change to use the Click library (https://click.palletsprojects.com/) for creating the command line interface. diff --git a/changelog.yaml b/changelog.yaml index b775c44..7de1d4c 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1,5 +1,5 @@ 0.40.0: - date: SOON + date: 2023-12-27 description: | This release includes a rather extensive change to use the Click library (https://click.palletsprojects.com/) for creating the command line diff --git a/docs/changelog.md b/docs/changelog.md index 57f379d..be8edb5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ Changelog -**0.40.0 (SOON)** +**0.40.0 (2023-12-27)** This release includes a rather extensive change to use the Click library (https://click.palletsprojects.com/) for creating the command line interface.