Skip to content

Commit

Permalink
version 5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jacadzaca committed May 29, 2023
1 parent d2daec8 commit 989e3f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

5.0.7 (unreleased)
5.0.8 (unreleased)
------------------

Minor changes:
Expand All @@ -18,9 +18,15 @@ New features:

Bug fixes:

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

5.0.7 (2023-05-29)
------------------

Bug fixes:

- to_ical() now accepts RRULE BYDAY values>=10 #518


5.0.6 (2023-05-26)
------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Try it out:
Type "help", "copyright", "credits" or "license" for more information.
>>> import icalendar
>>> icalendar.__version__
'5.0.6'
'5.0.7'
Building the documentation locally
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion src/icalendar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '5.0.6'
__version__ = '5.0.7'

from icalendar.cal import (
Calendar,
Expand Down

0 comments on commit 989e3f4

Please sign in to comment.