From f340b761aa3a4a6f6b456833cc29ef1b05cd9c14 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Wed, 10 Oct 2018 09:41:47 +0200 Subject: [PATCH] Back to development: 4.0.4 [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 a4ee19d5..888b3669 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,22 @@ Changelog ========= +4.0.4 (unreleased) +------------------ + +Breaking changes: + +- *add item here* + +New features: + +- *add item here* + +Bug fixes: + +- *add item here* + + 4.0.3 (2018-10-10) ------------------ diff --git a/src/icalendar/__init__.py b/src/icalendar/__init__.py index 7c2bfb91..0f1e9456 100644 --- a/src/icalendar/__init__.py +++ b/src/icalendar/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = '4.0.3' +__version__ = '4.0.4.dev0' from icalendar.cal import ( Calendar,