kopia lustrzana https://github.com/collective/icalendar
version 5.0.13
rodzic
e7ec88de2e
commit
39b0494829
|
|
@ -1,7 +1,7 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
5.0.13 (unreleased)
|
5.0.13 (2024-06-20)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
Minor changes:
|
Minor changes:
|
||||||
|
|
|
||||||
|
|
@ -112,7 +112,7 @@ Try it out:
|
||||||
Type "help", "copyright", "credits" or "license" for more information.
|
Type "help", "copyright", "credits" or "license" for more information.
|
||||||
>>> import icalendar
|
>>> import icalendar
|
||||||
>>> icalendar.__version__
|
>>> icalendar.__version__
|
||||||
'5.0.12'
|
'5.0.13'
|
||||||
|
|
||||||
Building the documentation
|
Building the documentation
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
__version__ = '5.0.12'
|
__version__ = '5.0.13'
|
||||||
|
|
||||||
from icalendar.cal import (
|
from icalendar.cal import (
|
||||||
Calendar,
|
Calendar,
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue