diff --git a/CHANGES.rst b/CHANGES.rst index 955a11be..9fa86921 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -5.0.8 (unreleased) +5.0.8 (2023-09-18) ------------------ Minor changes: diff --git a/docs/install.rst b/docs/install.rst index 70b13243..d6a36583 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.7' + '5.0.8' Building the documentation locally ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/icalendar/__init__.py b/src/icalendar/__init__.py index a02e7d7c..a0a68a19 100644 --- a/src/icalendar/__init__.py +++ b/src/icalendar/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.0.7' +__version__ = '5.0.8' from icalendar.cal import ( Calendar,