File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -617,9 +617,13 @@ To release new versions,
617617Changelog
618618---------
619619
620+ - v3.4.0
621+
622+ - Add ``VALARM `` support: Calculate alarm times. See `Issue 186 <https://github.com/niccokunzmann/python-recurring-ical-events/issues/186 >`_
623+
620624- v3.3.4
621625
622- - Allow x-wr-timezone 1.* and 2.* for this lib to remove dependency update problems.
626+ - Allow `` x-wr-timezone `` 1.* and 2.* for this lib to remove dependency update problems.
623627
624628- v3.3.3
625629
Original file line number Diff line number Diff line change 1212HERE = os .path .abspath (os .path .dirname (__file__ ))
1313sys .path .insert (0 , HERE ) # for package import
1414
15- __version__ = "3.3.4 "
15+ __version__ = "3.4.0 "
1616__author__ = "Nicco Kunzmann"
1717
1818
You can’t perform that action at this time.
0 commit comments