Skip to content

Commit

Permalink
Updated for 3.1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
franc6 committed Feb 7, 2023
1 parent 30a04de commit b3e8475
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.1.7 2023/02/07
- Fixed #76/#85
- Fixed #77; you can now use {year} and {month} in your URLs to get the current 4 digit year and 2 digit month.
- Fixed #78; you can now specify an offset in hours if your calendar entries have the wrong time zone.

## 3.1.6 2022/12/12
- Handle UTF-8 BOM in calendar data.
- Properly decode UTF-16 calendar data.
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,3 +1,3 @@
"""Constants for ics_calendar platform."""
PLATFORM = "ics_calendar"
VERSION = "3.1.6"
VERSION = "3.1.7"
2 changes: 1 addition & 1 deletion custom_components/ics_calendar/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"issue_tracker": "https://github.com/franc6/ics_calendar/issues",
"name": "ics Calendar",
"requirements": ["ics>=0.7.2", "recurring_ical_events>=1.0.2b0", "icalendar>=4.1.0"],
"version": "3.1.6"
"version": "3.1.7"
}

0 comments on commit b3e8475

Please sign in to comment.