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

Update cal.py #481

Merged
merged 22 commits into from Oct 31, 2022
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -6,6 +6,8 @@ Changelog

Minor changes:

- Converted all ``format`` strings to ``f-strings`` in cal.py. Ref: #481 [pronoym99]

pronoym99 marked this conversation as resolved.
Show resolved Hide resolved
- Calendar.from_ical no longer throws long errors
Ref: #473
Fixes: #472
Expand Down
1 change: 1 addition & 0 deletions docs/credits.rst
Expand Up @@ -64,6 +64,7 @@ icalendar contributors
- Mauro Amico <mauro.amico@gmail.com>
- Alexander Pitkin <peleccom@gmail.com>
- Michał Górny <mgorny@gentoo.org>
- Pronoy <lukex9442@gmail.com>

Find out who contributed::

Expand Down