pull/576/head
Nicco Kunzmann 2023-11-03 17:04:01 +00:00
rodzic 9ce1fa8c8f
commit 23f7065b40
3 zmienionych plików z 3 dodań i 7 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
Changelog
=========
5.0.11 (unreleased)
5.0.11 (2023-11-03)
-------------------
Minor changes:
@ -10,10 +10,6 @@ Minor changes:
Ref: #561
[vimpostor]
Breaking changes:
- ...
New features:
- Added fuzzing harnesses, for integration to OSSFuzz.

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.10'
'5.0.11'
Building the documentation locally
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Wyświetl plik

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