Nicco Kunzmann 2024-03-19 22:04:34 +00:00
rodzic f41772059a
commit 5551ad9061
4 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
Changelog
=========
5.0.12 (unreleased)
5.0.12 (2024-03-19)
-------------------
Minor changes:
@ -15,6 +15,8 @@ Minor changes:
- Rename "contributor" to "collaborator" in documentation
- Correct the outdated "icalendar view myfile.ics" command in documentation. #588
- Update GitHub Actions steps versions
- Keep GitHub Actions up to date with GitHub's Dependabot
Breaking changes:

Wyświetl plik

@ -112,7 +112,7 @@ Try it out:
Type "help", "copyright", "credits" or "license" for more information.
>>> import icalendar
>>> icalendar.__version__
'5.0.11'
'5.0.12'
Building the documentation locally
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -1 +0,0 @@
Keep GitHub Actions up to date with GitHub's Dependabot

Wyświetl plik

@ -1,4 +1,4 @@
__version__ = '5.0.11'
__version__ = '5.0.12'
from icalendar.cal import (
Calendar,