Merge pull request #558 from niccokunzmann/release

version 5.0.9
pull/560/head v5.0.9
Nicco Kunzmann 2023-09-24 10:55:02 +01:00 zatwierdzone przez GitHub
commit 1623e635f4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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,