From 20002337d7c09676c4b2057e57982a3f3ee0c678 Mon Sep 17 00:00:00 2001 From: grindsa Date: Sat, 30 Nov 2024 16:41:48 +0100 Subject: [PATCH] [rel] v0.28.1 --- CHANGES.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 188a30f..3b85ed2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,12 @@ This is a high-level summary of the most important changes. For a full list of changes, see the [git commit log](https://github.com/grindsa/dkb-robo/commits) and pick the appropriate release branch. +# Changes in 0.28.1 + +**Bugfixes**: + +- [#68](https://github.com/grindsa/dkb-robo/pull/68) - fix merge conflict in .gitattributes + # Changes in 0.28 **Improvements**: diff --git a/pyproject.toml b/pyproject.toml index 751b753..03bcac5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ authors = [{ name = "grindsa", email = "grindelsack@gmail.com" }] name = "dkb_robo" description = "Download transactions from the website of Deutsche Kreditbak AG" keywords = ["Deutsche Kreditbank", "DKB"] -version = "0.28" +version = "0.28.1" readme = "README.md" classifiers = [ # Keep in sync with the Python version matrix in test_lint.yaml GitHub workflow.