From 8bd42362912486bde978cf1dadaec3c09642c791 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 3 Oct 2024 10:36:07 -0500 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.4.3=20=E2=86=92=200.4.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce74204..bab076e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to rattail-fabric2 will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## v0.4.4 (2024-10-03) + +### Fix + +- update project source links, kallithea -> forgejo + ## v0.4.3 (2024-08-06) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 7633f05..1138238 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "rattail-fabric2" -version = "0.4.3" +version = "0.4.4" description = "Fabric (v2) Utilities for Rattail" readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]