Merge pull request #560 from jacadzaca/release-5.0.10

version 5.0.10
pull/561/head v5.0.10
Jaca 2023-09-26 20:32:33 +02:00 zatwierdzone przez GitHub
commit ed2c8cc335
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 10 dodań i 4 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
Changelog
=========
5.0.10 (unreleased)
5.0.11 (unreleased)
-------------------
Minor changes:
@ -18,10 +18,16 @@ New features:
Bug fixes:
- ...
5.0.10 (unreleased)
-------------------
Bug fixes:
- Component._encode stops ignoring parameters argument on native values, now merges them
Fixes: #557
[zocker1999net]
- ...
5.0.9 (2023-09-24)
------------------

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.9'
'5.0.10'
Building the documentation locally
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Wyświetl plik

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