Merge branch 'master' into zoneinfo

pull/623/head
Nicco Kunzmann 2024-06-20 14:15:35 +01:00 zatwierdzone przez GitHub
commit d0fd6176b4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
3 zmienionych plików z 3 dodań i 4 usunięć

Wyświetl plik

@ -1,7 +1,6 @@
Changelog Changelog
========= =========
6.0.0 (unreleased) 6.0.0 (unreleased)
------------------ ------------------
@ -40,7 +39,7 @@ Bug fixes:
- ... - ...
5.0.13 (unreleased) 5.0.13 (2024-06-20)
------------------- -------------------
Minor changes: Minor changes:

Wyświetl plik

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

Wyświetl plik

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