From 6ce647850d2ee5ea1f861222a7a20a9d87b86209 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Wed, 17 Apr 2024 10:07:58 +0100 Subject: [PATCH] :bookmark: v0.6.0 --- ChangeLog.md | 4 ++-- pispy/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 4674aef..5a6b3bc 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,8 @@ # PISpy ChangeLog -## Unreleased +## 0.6.0 -**Released: WiP** +**Released: 2024-04-17** - Add support for passing a package name on the command line. - Show the package details inline in the terminal if the package name was diff --git a/pispy/__init__.py b/pispy/__init__.py index a8587d0..3b02ea4 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.5.0" +__version__ = "0.6.0" __licence__ = "GPLv3+" ### __init__.py ends here