We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f44c72 commit 81e0103Copy full SHA for 81e0103
docs/release-notes.md
@@ -1,5 +1,10 @@
1
# Release Notes
2
3
+## 0.2.3 Pendulum pinning
4
+This version is there to pin the pendulum version. Two changes:
5
+- 📌 Pin pendulum to <3.0.0
6
+- ✅ Update tests for compatibility with different timezones
7
+
8
## 0.2.2 BugFix release
9
This is a minor release to solve a critical bug.
10
It occurred when it is expanding a recurring event with a start date in dates for a range defined by dates.
src/ical_library/__init__.py
@@ -1,7 +1,7 @@
"""
Fast, yet simple, iCalendar reader with excellent recurrence support.
-__version__ = "0.2.2"
+__version__ = "0.2.3"
from ical_library.cache_client import CacheClient
from ical_library.exceptions import *
0 commit comments