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,