diff --git a/CHANGES.rst b/CHANGES.rst index def4486..76bf6f9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,12 +1,12 @@ Changelog ========= -5.0.1 (unreleased) +5.0.2 (unreleased) ------------------ Minor changes: -- fixed setuptools deprecation warnings [mgorny] +- ... Breaking changes: @@ -18,6 +18,17 @@ New features: Bug fixes: +- ... + +5.0.1 (2022-10-22) +------------------ + +Minor changes: + +- fixed setuptools deprecation warnings [mgorny] + +Bug fixes: + - a well-known timezone timezone prefixed with a `/` is treated as if the slash wasn't present Ref: #467 Fixes: #466 diff --git a/src/icalendar/__init__.py b/src/icalendar/__init__.py index 5bc8daf..9899953 100644 --- a/src/icalendar/__init__.py +++ b/src/icalendar/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.0.0' +__version__ = '5.0.1' from icalendar.cal import ( Calendar,