From 989e3f456a8b0c38495b3dea0fa0e18afb5a3323 Mon Sep 17 00:00:00 2001 From: jaca Date: Mon, 29 May 2023 18:07:54 +0200 Subject: [PATCH] version 5.0.7 --- CHANGES.rst | 10 ++++++++-- docs/install.rst | 2 +- src/icalendar/__init__.py | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 265d0bf..861ff36 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -5.0.7 (unreleased) +5.0.8 (unreleased) ------------------ Minor changes: @@ -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) ------------------ diff --git a/docs/install.rst b/docs/install.rst index f465057..70b1324 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/icalendar/__init__.py b/src/icalendar/__init__.py index 84e6af2..a02e7d7 100644 --- a/src/icalendar/__init__.py +++ b/src/icalendar/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.0.6' +__version__ = '5.0.7' from icalendar.cal import ( Calendar,