Skip to content

Commit

Permalink
🔖 Version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorricks committed Feb 4, 2024
1 parent 9f44c72 commit 81e0103
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## 0.2.3 Pendulum pinning
This version is there to pin the pendulum version. Two changes:
- 📌 Pin pendulum to <3.0.0
- ✅ Update tests for compatibility with different timezones

## 0.2.2 BugFix release
This is a minor release to solve a critical bug.
It occurred when it is expanding a recurring event with a start date in dates for a range defined by dates.
Expand Down
2 changes: 1 addition & 1 deletion src/ical_library/__init__.py
Original file line number Diff line number Diff line change
@@ -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 comments on commit 81e0103

Please sign in to comment.