pull/636/head
Steve Piercy 2024-06-20 17:26:05 -07:00
rodzic c226aeb098
commit 7d278e05e5
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -31,6 +31,9 @@ Breaking changes:
import icalendar
icalendar.use_pytz()
- Replaced ``pkg_resources.get_distribution`` with ``importlib.metadata`` in
``docs/conf.py`` to allow building docs on Python 3.12.
New features:
- ...