From 35709dff887ac581254c8b112c1ec91ca1985b3e Mon Sep 17 00:00:00 2001 From: grindsa Date: Sun, 30 Aug 2020 18:06:03 +0200 Subject: [PATCH] [rel] bump to 0.10.4 --- CHANGES.md | 6 ++++++ dkb_robo/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 34cc775..4879dca 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.10.4 + +**Improvements**: + +- pypi packaging added to create_release workflow + ## Changes in 0.10.3 **Bugfixes***: diff --git a/dkb_robo/version.py b/dkb_robo/version.py index b247cf9..f0a76f7 100644 --- a/dkb_robo/version.py +++ b/dkb_robo/version.py @@ -3,4 +3,4 @@ # 1) we don't load dependencies by storing it in __init__.py # 2) we can import it in setup.py for the same reason # 3) we can import it into your module module -__version__ = '0.10.3' +__version__ = '0.10.4'