From 9ca91eef237c0f8f139d0aae7594d47a8aee5b8e Mon Sep 17 00:00:00 2001 From: Bryan Davis Date: Fri, 29 Sep 2023 12:00:13 -0600 Subject: [PATCH] Prepare for v0.3.0 release --- HISTORY.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 519ed3b..15595e6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,4 +1,4 @@ -UNRELEASED +v0.3.0 ---------- * [BREAKING] Drop support for Python versions before 3.7 * Require irc>=20.0.0 @@ -8,6 +8,7 @@ UNRELEASED * Use black for code formatting * Use isort for import formatting * Add a number of flake8 plugins including bugbear +* Automated PyPi publishing via GitHub Actions v0.2.0 ------