From 6fa173b7f0c72f4454259b72cc2f1af1eebf95fa Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Sun, 16 Jun 2024 11:59:07 +0100 Subject: [PATCH] :bookmark: v0.8.0 --- ChangeLog.md | 4 ++-- pispy/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 92b3ff6..313abfd 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,8 @@ # PISpy ChangeLog -## Unreleased +## 0.8.0 -**Released: WiP** +**Released: 2024-06-16** - Updated Textual and fixed breakage. - Added link-following support to the package description pane, when the diff --git a/pispy/__init__.py b/pispy/__init__.py index 0e66564..fc9aaa3 100644 --- a/pispy/__init__.py +++ b/pispy/__init__.py @@ -7,7 +7,7 @@ __credits__ = ["Dave Pearson"] __maintainer__ = "Dave Pearson" __email__ = "davep@davep.org" -__version__ = "0.7.0" +__version__ = "0.8.0" __licence__ = "GPLv3+" ### __init__.py ends here