From 4a8e15b8acfa38462ef4a46382aee140fe35ba03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20Wersd=C3=B6rfer?= <jochen@wersdoerfer.de> Date: Sat, 2 Mar 2024 08:40:50 +0100 Subject: [PATCH] bump version number --- CHANGELOG.md | 7 +++++++ kptncook/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd76c4..6126d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +0.0.18 - 2024-03-02 +=================== + +### Fixes +- fix image synchronization + - #34 PR by @alexdetsch + 0.0.17 - 2023-12-10 =================== diff --git a/kptncook/__init__.py b/kptncook/__init__.py index 462e827..ab2613e 100644 --- a/kptncook/__init__.py +++ b/kptncook/__init__.py @@ -32,7 +32,7 @@ "export_recipes_to_paprika", ] -__version__ = "0.0.17" +__version__ = "0.0.18" cli = typer.Typer()