diff --git a/CHANGES.rst b/CHANGES.rst index 8c1aa8b1..c3f61cf8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -5.0.13 (unreleased) +5.0.13 (2024-06-20) ------------------- Minor changes: diff --git a/docs/install.rst b/docs/install.rst index 3807afd0..76faa24d 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.12' + '5.0.13' Building the documentation -------------------------- diff --git a/src/icalendar/__init__.py b/src/icalendar/__init__.py index 622d114e..602570e4 100644 --- a/src/icalendar/__init__.py +++ b/src/icalendar/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.0.12' +__version__ = '5.0.13' from icalendar.cal import ( Calendar,