From 326cd0164d1f607b016b857bc397ad4f87612efc Mon Sep 17 00:00:00 2001 From: jaca Date: Fri, 26 May 2023 20:42:35 +0200 Subject: [PATCH] version 5.0.6 --- CHANGES.rst | 12 ++++++++++-- docs/install.rst | 2 +- src/icalendar/__init__.py | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5e64c10..6875a82 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,12 +1,12 @@ Changelog ========= -5.0.6 (unreleased) +5.0.7 (unreleased) ------------------ Minor changes: -- Adjusted duration regex +- ... Breaking changes: @@ -20,6 +20,14 @@ Bug fixes: - ... + +5.0.6 (2023-05-26) +------------------ + +Minor changes: + +- Adjusted duration regex + 5.0.5 (2023-04-13) ------------------ diff --git a/docs/install.rst b/docs/install.rst index faaa844..f465057 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.5' + '5.0.6' Building the documentation locally ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/icalendar/__init__.py b/src/icalendar/__init__.py index a9434e8..84e6af2 100644 --- a/src/icalendar/__init__.py +++ b/src/icalendar/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.0.5' +__version__ = '5.0.6' from icalendar.cal import ( Calendar,