diff --git a/CHANGES.rst b/CHANGES.rst index da0773c..4d37dd0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,22 @@ Changelog ========= +4.0.8 (unreleased) +------------------ + +Breaking changes: + +- *add item here* + +New features: + +- *add item here* + +Bug fixes: + +- *add item here* + + 4.0.7 (2020-09-07) ------------------ diff --git a/src/icalendar/__init__.py b/src/icalendar/__init__.py index 8be8e03..90794b9 100644 --- a/src/icalendar/__init__.py +++ b/src/icalendar/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = '4.0.7' +__version__ = '4.0.8.dev0' from icalendar.cal import ( Calendar,