diff --git a/CHANGES.rst b/CHANGES.rst index 329fd70..9b82786 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,22 @@ Changelog ========= +3.11.3 (unreleased) +------------------- + +Breaking changes: + +- *add item here* + +New features: + +- *add item here* + +Bug fixes: + +- *add item here* + + 3.11.2 (2017-01-12) ------------------- diff --git a/src/icalendar/__init__.py b/src/icalendar/__init__.py index ac7897e..d0cd9e3 100644 --- a/src/icalendar/__init__.py +++ b/src/icalendar/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = '3.11.2' +__version__ = '3.11.3.dev0' from icalendar.cal import ( Calendar,