pull/521/head
jaca 2023-05-26 20:42:35 +02:00
rodzic 542efd2acb
commit 326cd0164d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B67CEF4EE3D609B0
3 zmienionych plików z 12 dodań i 4 usunięć

Wyświetl plik

@ -1,12 +1,12 @@
Changelog
=========
5.0.6 (unreleased)
5.0.7 (unreleased)
------------------
Minor changes:
- Adjusted duration regex
- ...
Breaking changes:
@ -20,6 +20,14 @@ Bug fixes:
- ...
5.0.6 (2023-05-26)
------------------
Minor changes:
- Adjusted duration regex
5.0.5 (2023-04-13)
------------------

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.5'
'5.0.6'
Building the documentation locally
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Wyświetl plik

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