diff --git a/CHANGES.rst b/CHANGES.rst index 4a87e29..4dcf56b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,6 @@ Changelog ========= - 6.0.0 (unreleased) ------------------ @@ -40,7 +39,7 @@ Bug fixes: - ... -5.0.13 (unreleased) +5.0.13 (2024-06-20) ------------------- Minor changes: diff --git a/docs/install.rst b/docs/install.rst index 3807afd..76faa24 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 1dcab79..8b7203d 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,