kopia lustrzana https://github.com/collective/icalendar
version 5.0.11
rodzic
9ce1fa8c8f
commit
23f7065b40
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '5.0.10'
|
||||
__version__ = '5.0.11'
|
||||
|
||||
from icalendar.cal import (
|
||||
Calendar,
|
||||
|
|
Ładowanie…
Reference in New Issue