From b7354ad4b0f36d6f6002965fcefff39ce65a0537 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Wed, 29 Jan 2025 18:28:56 +0000 Subject: [PATCH] :bookmark: v0.3.0 --- ChangeLog.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 5eab1ea..424c21e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,8 @@ # Peplum ChangeLog -## Unreleased +## v0.3.0 -**Released: WiP** +**Released: 2025-01-29** - Added the ability to view the source of a PEP. ([#17](https://github.com/davep/peplum/pull/17)) diff --git a/pyproject.toml b/pyproject.toml index d91783e..6d06d28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "peplum" -version = "0.2.0" +version = "0.3.0" description = "A terminal-based PEP lookup manager" authors = [ { name = "Dave Pearson", email = "davep@davep.org" }