From 8ba8c39546c6203b3d342b5ea237e1188687d39d Mon Sep 17 00:00:00 2001 From: grindsa Date: Sat, 25 Feb 2023 06:16:27 +0100 Subject: [PATCH] [rel] bump to 0.20.1 --- CHANGES.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 58ce92d..38d7881 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.20.1 + +**Bugfixes**: + +- #38 `long_description` field in PyPI + ## Changes in 0.20 **Features**: diff --git a/setup.py b/setup.py index a217ea7..faf81bc 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = (this_directory / 'README.md').read_text() setup(name='dkb_robo', - version='0.20', + version='0.20.1', description='library to access the internet banking area of "Deutsche Kreditbank" to get account information and transactions.', long_description=long_description, url='https://github.com/grindsa/dkb-robo',