From 48e2a681afc3c7dc9261d4a416ec02005ca2cab2 Mon Sep 17 00:00:00 2001 From: jaca Date: Tue, 26 Sep 2023 20:29:23 +0200 Subject: [PATCH] version 5.0.10 --- CHANGES.rst | 10 ++++++++-- docs/install.rst | 2 +- src/icalendar/__init__.py | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0ae16733..4df8d725 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -5.0.10 (unreleased) +5.0.11 (unreleased) ------------------- Minor changes: @@ -18,10 +18,16 @@ New features: Bug fixes: +- ... + +5.0.10 (unreleased) +------------------- + +Bug fixes: + - Component._encode stops ignoring parameters argument on native values, now merges them Fixes: #557 [zocker1999net] -- ... 5.0.9 (2023-09-24) ------------------ diff --git a/docs/install.rst b/docs/install.rst index fa66a0f8..6dccd5ad 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -112,7 +112,7 @@ Try it out: Type "help", "copyright", "credits" or "license" for more information. >>> import icalendar >>> icalendar.__version__ - '5.0.9' + '5.0.10' Building the documentation locally ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/icalendar/__init__.py b/src/icalendar/__init__.py index 191cd823..94597b0a 100644 --- a/src/icalendar/__init__.py +++ b/src/icalendar/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.0.9' +__version__ = '5.0.10' from icalendar.cal import ( Calendar,