diff --git a/caldav/__init__.py b/caldav/__init__.py index b684e1cf..314d6f03 100644 --- a/caldav/__init__.py +++ b/caldav/__init__.py @@ -3,7 +3,7 @@ import vobject.icalendar -__version__ = "1.1.2" +__version__ = "1.1.3" from .davclient import DAVClient from .objects import * diff --git a/caldav/lib/vcal.py b/caldav/lib/vcal.py index 9aa0d27e..0bd1b2a5 100644 --- a/caldav/lib/vcal.py +++ b/caldav/lib/vcal.py @@ -105,7 +105,8 @@ def fix(event): else: log = logging.debug log( - "Ical data was modified to avoid compatibility issues. (error count: %i - this error is ratelimited)" % fixup_error_loggings, + "Ical data was modified to avoid compatibility issues. (error count: %i - this error is ratelimited)" + % fixup_error_loggings, exc_info=True, ) try: