From ce71b8e3bf93f1941578fc5d6afae8f0ac843cb5 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Mon, 25 Nov 2019 22:32:23 +0100 Subject: [PATCH] Back to development: 4.0.5 [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 9dc49af..b1eb2ca 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,22 @@ Changelog ========= +4.0.5 (unreleased) +------------------ + +Breaking changes: + +- *add item here* + +New features: + +- *add item here* + +Bug fixes: + +- *add item here* + + 4.0.4 (2019-11-25) ------------------ diff --git a/src/icalendar/__init__.py b/src/icalendar/__init__.py index 4cfa257..89a478e 100644 --- a/src/icalendar/__init__.py +++ b/src/icalendar/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = '4.0.4' +__version__ = '4.0.5.dev0' from icalendar.cal import ( Calendar,