Skip to content

Commit

Permalink
Merge pull request #705 from collective/niccokunzmann-patch-3
Browse files Browse the repository at this point in the history
add Component to export
  • Loading branch information
niccokunzmann committed Sep 3, 2024
2 parents 37af7af + 2f88ffa commit ca13228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
1 change: 1 addition & 0 deletions src/icalendar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
FreeBusy,
Alarm,
ComponentFactory,
Component
)
# Property Data Value Types
from icalendar.prop import (
Expand Down

0 comments on commit ca13228

Please sign in to comment.