Skip to content

Commit 81e0103

Browse files
committed
🔖 Version 0.2.3
1 parent 9f44c72 commit 81e0103

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

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+
38
## 0.2.2 BugFix release
49
This is a minor release to solve a critical bug.
510
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Fast, yet simple, iCalendar reader with excellent recurrence support.
33
"""
4-
__version__ = "0.2.2"
4+
__version__ = "0.2.3"
55

66
from ical_library.cache_client import CacheClient
77
from ical_library.exceptions import *

0 commit comments

Comments
 (0)