Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue200 #207

Merged
merged 6 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
prep 5.0.6-beta1 release
  • Loading branch information
franc6 committed Dec 17, 2024
commit 98039dbba53878a60c2de464635785a6a3c9b44e
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.0.6-beta1 2024/12/13
- BETA fix for issue 200??

## !!! WARNING !!!
Please do not use this beta release at this time, unless franc6 has asked you to, things might break badly.

## 5.0.5 2024/12/12
- Fixed #166/#139/#183 Thanks to everyone who contributed questions and comments!
- Possibly fixed #194. Updated dependencies based on comments for #194 Thanks @gaetanars, @tardich, and @wrichter for the research!
Expand Down
2 changes: 1 addition & 1 deletion custom_components/ics_calendar/const.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Constants for ics_calendar platform."""

VERSION = "5.0.5"
VERSION = "5.0.6"
DOMAIN = "ics_calendar"

CONF_DEVICE_ID = "device_id"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/ics_calendar/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/franc6/ics_calendar/issues",
"requirements": ["icalendar~=6.1","python-dateutil>=2.9.0.post0","pytz>=2024.1","recurring_ical_events~=3.3,>=3.3.4","ics>=0.7.2","arrow","httpx_auth>=0.22.0"],
"version": "5.0.5"
"version": "5.0.6"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ics_calendar"
version = "5.0.5"
version = "5.0.6"
readme = "README.md"
requires-python = "==3.12.*"
dependencies = [
Expand Down