From 4c31e8a1486ed29e6021f35cfc40de2f89b12815 Mon Sep 17 00:00:00 2001 From: jaca Date: Sat, 22 Oct 2022 14:58:11 +0200 Subject: [PATCH] version 5.0.1 --- CHANGES.rst | 15 +++++++++++++-- src/icalendar/__init__.py | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) 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,