From 0587195ffafb5f09d61e4769153e9036701c1775 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Thu, 22 Aug 2024 01:05:48 +0200 Subject: [PATCH 1/2] add Component to export I need this for typing. --- src/icalendar/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/icalendar/__init__.py b/src/icalendar/__init__.py index 8ebfd881..e7bacd13 100644 --- a/src/icalendar/__init__.py +++ b/src/icalendar/__init__.py @@ -11,6 +11,7 @@ FreeBusy, Alarm, ComponentFactory, + Component ) # Property Data Value Types from icalendar.prop import ( From 2f88ffa06a8abe45aae2a073f17d502b514f3c98 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Tue, 3 Sep 2024 18:53:14 +0100 Subject: [PATCH 2/2] log changes --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index 3fd440bc..2d01f680 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,7 @@ Minor changes: - Improve test coverage. - Adapt ``test_with_doctest.py`` to correctly run on Windows. - Measure branch coverage when running tests. +- Export ``Component`` base class for typing Breaking changes: