File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- 5.0.7 (unreleased)
4
+ 5.0.8 (unreleased)
5
5
------------------
6
6
7
7
Minor changes:
@@ -18,9 +18,15 @@ New features:
18
18
19
19
Bug fixes:
20
20
21
- - to_ical() now accepts RRULE BYDAY values>=10 #518
22
21
- ...
23
22
23
+ 5.0.7 (2023-05-29)
24
+ ------------------
25
+
26
+ Bug fixes:
27
+
28
+ - to_ical() now accepts RRULE BYDAY values>=10 #518
29
+
24
30
25
31
5.0.6 (2023-05-26)
26
32
------------------
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ Try it out:
112
112
Type " help" , " copyright" , " credits" or " license" for more information.
113
113
>> > import icalendar
114
114
>> > icalendar.__version__
115
- ' 5.0.6 '
115
+ ' 5.0.7 '
116
116
117
117
Building the documentation locally
118
118
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change 1
- __version__ = '5.0.6 '
1
+ __version__ = '5.0.7 '
2
2
3
3
from icalendar .cal import (
4
4
Calendar ,
You can’t perform that action at this time.
0 commit comments