Merge pull request #505 from niccokunzmann/release

version 5.0.4
niccokunzmann-patch-1 v5.0.4
Nicco Kunzmann 2022-12-29 21:50:19 +00:00 zatwierdzone przez GitHub
commit c461459c33
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 5 dodań i 12 usunięć

Wyświetl plik

@ -1,20 +1,13 @@
Changelog
=========
5.0.4 (unreleased)
5.0.4 (2022-12-29)
------------------
Minor changes:
- ...
Breaking changes:
- ...
New features:
- ...
- Improved documentation
Ref: #503, #504
Bug fixes:

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.3'
'5.0.4'
Building the documentation locally
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Wyświetl plik

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