Skip to content

Commit 989e3f4

Browse files
committed
version 5.0.7
1 parent d2daec8 commit 989e3f4

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGES.rst

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
5.0.7 (unreleased)
4+
5.0.8 (unreleased)
55
------------------
66

77
Minor changes:
@@ -18,9 +18,15 @@ New features:
1818

1919
Bug fixes:
2020

21-
- to_ical() now accepts RRULE BYDAY values>=10 #518
2221
- ...
2322

23+
5.0.7 (2023-05-29)
24+
------------------
25+
26+
Bug fixes:
27+
28+
- to_ical() now accepts RRULE BYDAY values>=10 #518
29+
2430

2531
5.0.6 (2023-05-26)
2632
------------------

docs/install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Try it out:
112112
Type "help", "copyright", "credits" or "license" for more information.
113113
>>> import icalendar
114114
>>> icalendar.__version__
115-
'5.0.6'
115+
'5.0.7'
116116
117117
Building the documentation locally
118118
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

src/icalendar/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '5.0.6'
1+
__version__ = '5.0.7'
22

33
from icalendar.cal import (
44
Calendar,

0 commit comments

Comments
 (0)