From 4916e103b0840bf9b9059a655c4b1d376ce060d8 Mon Sep 17 00:00:00 2001 From: Mathieu Le Marec - Pasquet Date: Thu, 16 Feb 2017 10:49:46 +0100 Subject: [PATCH] Back to development: 0.3.16 --- docs/CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst index a0dea57..a0a31a5 100644 --- a/docs/CHANGES.rst +++ b/docs/CHANGES.rst @@ -1,6 +1,12 @@ Changelog ============== +0.3.16 (unreleased) +------------------- + +- Nothing changed yet. + + 0.3.15 (2017-02-16) ------------------- diff --git a/setup.py b/setup.py index 083c7f0..ef21c5c 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ long_description = "\n\n".join( setup( name='croniter', - version='0.3.15', + version='0.3.16.dev0', py_modules=['croniter', ], description=( 'croniter provides iteration for datetime '