pull/558/head
Nicco Kunzmann 2023-09-24 10:46:46 +01:00
rodzic 5ab1846d9c
commit 98fe960ad3
3 zmienionych plików z 3 dodań i 23 usunięć

Wyświetl plik

@ -1,21 +1,9 @@
Changelog
=========
5.0.9 (unreleased)
5.0.9 (2023-09-24)
------------------
Minor changes:
- ...
Breaking changes:
- ...
New features:
- ...
Bug fixes:
- PERIOD values now set the timezone of their start and end. #556
@ -33,14 +21,6 @@ Minor changes:
- Updated about.rst for issue #527
- Avoid ``vText.__repr__`` BytesWarning.
Breaking changes:
- ...
New features:
- ...
Bug fixes:
- Calendar components are now properly compared

Wyświetl plik

@ -112,7 +112,7 @@ Try it out:
Type "help", "copyright", "credits" or "license" for more information.
>>> import icalendar
>>> icalendar.__version__
'5.0.8'
'5.0.9'
Building the documentation locally
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Wyświetl plik

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