Porównaj commity

...

2 Commity

4 zmienionych plików z 25 dodań i 4 usunięć

Wyświetl plik

@ -1,7 +1,27 @@
Changelog
=========
5.0.12 (unreleased)
5.0.13 (unreleased)
-------------------
Minor changes:
- ...
Breaking changes:
- ...
New features:
- ...
Bug fixes:
- ...
5.0.12 (2024-03-19)
-------------------
Minor changes:
@ -15,6 +35,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,