From 8047148a7b0b6904881406944b1a00032885035f Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Wed, 6 May 2020 23:01:49 +0200 Subject: [PATCH] Back to development: 4.0.7 [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 7bc63cd..f7063db 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,22 @@ Changelog ========= +4.0.7 (unreleased) +------------------ + +Breaking changes: + +- *add item here* + +New features: + +- *add item here* + +Bug fixes: + +- *add item here* + + 4.0.6 (2020-05-06) ------------------ diff --git a/src/icalendar/__init__.py b/src/icalendar/__init__.py index 3cded52..f0553dc 100644 --- a/src/icalendar/__init__.py +++ b/src/icalendar/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = '4.0.6' +__version__ = '4.0.7.dev0' from icalendar.cal import ( Calendar,