pull/650/head
Nicco Kunzmann 2024-06-24 18:19:04 +01:00
rodzic e72a3a6d83
commit c981e4d9b0
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -46,9 +46,14 @@ Breaking changes:
- Remove untested and broken ``LocalTimezone`` and ``FixedOffset`` tzinfo
sub-classes, see `Issue 67 <https://github.com/collective/icalendar/issues/67>`_
- Remove ``pytz`` as a dependency of ``icalendar``. If you require ``pytz``,
add it to your dependency list or install it additionally with::
pip install icalendar>=6.0.0 pytz
New features:
- ...
- Add function ``icalendar.use_pytz()``.
Bug fixes: