From 34fda85e994738da788d6ae826c5f97375c2ac72 Mon Sep 17 00:00:00 2001 From: esteele Date: Mon, 3 Jul 2017 14:46:40 +0300 Subject: [PATCH] Back to development: 3.11.6 [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 55062cd..5119c87 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,22 @@ Changelog ========= +3.11.6 (unreleased) +------------------- + +Breaking changes: + +- *add item here* + +New features: + +- *add item here* + +Bug fixes: + +- *add item here* + + 3.11.5 (2017-07-03) ------------------- diff --git a/src/icalendar/__init__.py b/src/icalendar/__init__.py index 58ea539..567d90b 100644 --- a/src/icalendar/__init__.py +++ b/src/icalendar/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = '3.11.5' +__version__ = '3.11.6.dev0' from icalendar.cal import ( Calendar,