pull/470/head
jaca 2022-10-22 14:58:11 +02:00
rodzic 9b6d0f9b33
commit 4c31e8a148
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B67CEF4EE3D609B0
2 zmienionych plików z 14 dodań i 3 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -1,4 +1,4 @@
__version__ = '5.0.0'
__version__ = '5.0.1'
from icalendar.cal import (
Calendar,