Merge pull request #523 from jacadzaca/release-5.0.7

version 5.0.7
pull/528/head v5.0.7
Jaca 2023-05-29 18:16:46 +02:00 zatwierdzone przez GitHub
commit b0ffff880b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 10 dodań i 4 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
Changelog
=========
5.0.7 (unreleased)
5.0.8 (unreleased)
------------------
Minor changes:
@ -18,9 +18,15 @@ New features:
Bug fixes:
- to_ical() now accepts RRULE BYDAY values>=10 #518
- ...
5.0.7 (2023-05-29)
------------------
Bug fixes:
- to_ical() now accepts RRULE BYDAY values>=10 #518
5.0.6 (2023-05-26)
------------------

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.6'
'5.0.7'
Building the documentation locally
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Wyświetl plik

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