From 2d230d235620194fb662eb55d5f7076e0940c356 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Thu, 19 Oct 2017 08:11:50 +0200 Subject: [PATCH] Back to development: 1.1 [skip ci] --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index e1acf1a..d4faf6a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ CHANGES ******* +1.1 (unreleased) +================ + +- Nothing changed yet. + + 1.0 (2017-10-19) ================ diff --git a/setup.py b/setup.py index 84bfe24..ae5b145 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(*rnames): setup( name='martian', - version='1.0', + version='1.1.dev0', url='https://github.com/zopefoundation/martian', author='Grok project', author_email='grok-dev@zope.org',