From 29e4cfff6ff52185f792008d6e4a66526778bb11 Mon Sep 17 00:00:00 2001 From: Benjamin Dornel Date: Wed, 15 Jan 2025 23:05:15 +0800 Subject: [PATCH] chore(release): prepare for 0.14.1 --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0dd2eec..a5fbdd85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.14.1] - 2025-01-15 + +### 🚜 Refactor + +- Rename suffix -> polarity + +### 📚 Documentation + +- *(pyproject)* Add python classifiers for 3.12 and 3.13 + +### ⚙️ Miscellaneous Tasks + +- *(ci)* Add stale workflow +- *(pipeline/transform)* Remove redundant if clause +- *(banks)* Declare negative symbol explicitly in boa + ## [0.14.0] - 2025-01-14 ### ⛰️ Features diff --git a/pyproject.toml b/pyproject.toml index 588d03e9..6b32446d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "monopoly-core" -version = "0.14.0" +version = "0.14.1" description = "Monopoly is a Python library & CLI that converts bank statement PDFs to CSV" repository = "https://github.com/benjamin-awd/monopoly" authors = ["benjamin-awd "]