From c19d359c2e7d8ea4153be6d5e3e70441cc4670f3 2024-09-15 10:54:57 From: Lance Edgar Date: 2024-09-15 10:54:57 Subject: [PATCH] bump: version 0.18.11 → 0.18.12 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6101046dbbd8d4334bd00af90d35474b3d7076..95c0c3e00382126f26c30afa55b007da6e9d8928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to rattail 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.18.12 (2024-09-15) + +### Fix + +- update project links, kallithea -> forgejo + ## v0.18.11 (2024-09-03) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 95e69767b21283828c4537a47df2a21d8bd0c369..260adfd405179297c9496d79ea39d427a48ef96a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "rattail" -version = "0.18.11" +version = "0.18.12" description = "Retail Software Framework" readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]