From 90c059350698efa3da7486f22edcb59757f33df9 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Sat, 16 Oct 2021 15:24:26 +0200 Subject: [PATCH] Back to development: 4.0.10 [ci skip] --- CHANGES.rst | 16 ++++++++++++++++ src/icalendar/__init__.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 50bec71..036523a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,22 @@ Changelog ========= +4.0.10 (unreleased) +------------------- + +Breaking changes: + +- *add item here* + +New features: + +- *add item here* + +Bug fixes: + +- *add item here* + + 4.0.9 (2021-10-16) ------------------ diff --git a/src/icalendar/__init__.py b/src/icalendar/__init__.py index 6582a95..8664e9d 100644 --- a/src/icalendar/__init__.py +++ b/src/icalendar/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = '4.0.9' +__version__ = '4.0.10.dev0' from icalendar.cal import ( Calendar,