From 33f063eeaad66fc869f8df2232f9a0ef4fb7b714 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Mon, 22 Apr 2024 11:29:44 +0100 Subject: [PATCH] :bookmark: v0.7.0 --- ChangeLog.md | 4 ++-- pispy/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 950cac1..a44ec88 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,8 @@ # PISpy ChangeLog -## WiP +## 0.7.0 -**Released: WiP** +**Released: 2024-04-22** - The keywords display now allows for keywords that are space or comma separated. ([#21](https://github.com/davep/pispy/issues/21)) diff --git a/pispy/__init__.py b/pispy/__init__.py index 3b02ea4..0e66564 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.6.0" +__version__ = "0.7.0" __licence__ = "GPLv3+" ### __init__.py ends here