From 81d9a434c2a0c8ddaf2f644d147e64415fcf3281 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Fri, 12 Apr 2024 16:21:09 +0100 Subject: [PATCH] :bookmark: v0.5.0 --- ChangeLog.md | 4 ++-- pispy/__init__.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 71996ab..8e5774a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,8 @@ # PISpy ChangeLog -## Unreleased +## 0.5.0 -**Released: WiP** +**Released: 2024-04-12** - Reworked the way the metadata is shown ([#2](https://github.com/davep/pispy/issues/2)). diff --git a/pispy/__init__.py b/pispy/__init__.py index 06b9be7..a8587d0 100644 --- a/pispy/__init__.py +++ b/pispy/__init__.py @@ -3,11 +3,11 @@ ###################################################################### # Main app information. __author__ = "Dave Pearson" -__copyright__ = "Copyright 2022-2023, Dave Pearson" +__copyright__ = "Copyright 2022-2024, Dave Pearson" __credits__ = ["Dave Pearson"] __maintainer__ = "Dave Pearson" __email__ = "davep@davep.org" -__version__ = "0.4.0" +__version__ = "0.5.0" __licence__ = "GPLv3+" ### __init__.py ends here