From 463b9645ba86eff3294e15f16db02be246f5b8dd Mon Sep 17 00:00:00 2001 From: Jonas Kiefer <17874616+jokiefer@users.noreply.github.com> Date: Fri, 25 Oct 2024 07:20:27 +0200 Subject: [PATCH 1/2] Update CHANGELOG.rst --- CHANGELOG.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 10fbf29..1c4c66c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,11 +7,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +[0.3.2] - 2024-10-25 +-------------------- + +Fixes +~~~~~ + +* missing " in media type see: #5 + [0.3.1] - 2024-10-17 -------------------- Fixed ~~~~~ + * None valued ids on bulk add handling From 5f8d6bf0c56889b72b49997af29a89b28d8add80 Mon Sep 17 00:00:00 2001 From: jokiefer Date: Fri, 25 Oct 2024 07:21:22 +0200 Subject: [PATCH 2/2] Update __init__.py --- atomic_operations/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomic_operations/__init__.py b/atomic_operations/__init__.py index 5873c76..cce77cc 100644 --- a/atomic_operations/__init__.py +++ b/atomic_operations/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.3.1" +__version__ = "0.3.2" VERSION = __version__ # synonym