From a212983774efaf99d6347516766d721d23c3f11d Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Fri, 4 Aug 2017 20:45:28 +0200 Subject: [PATCH] Back to development: 3.11.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 73691c2..771b3a1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,22 @@ Changelog ========= +3.11.7 (unreleased) +------------------- + +Breaking changes: + +- *add item here* + +New features: + +- *add item here* + +Bug fixes: + +- *add item here* + + 3.11.6 (2017-08-04) ------------------- diff --git a/src/icalendar/__init__.py b/src/icalendar/__init__.py index 3f4013a..ccfa9fd 100644 --- a/src/icalendar/__init__.py +++ b/src/icalendar/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = '3.11.6' +__version__ = '3.11.7.dev0' from icalendar.cal import ( Calendar,