From 1a8b01f810916c8aa3de5c102981e620054cf45b Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Fri, 6 Mar 2020 09:46:30 +0200 Subject: [PATCH] Preparing release 1.2.0 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 76e32c8..5a7233e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ CHANGES ========= -1.2.0 (unreleased) +1.2.0 (2020-03-06) ================== - Add support for Python 3.7 and 3.8 diff --git a/setup.py b/setup.py index 892738a..0a87a34 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def read(*rnames): with open(os.path.join(os.path.dirname(__file__), *rnames)) as f: return f.read() -version = '1.2.0.dev0' +version = '1.2.0' BROWSER_REQUIRES = [ 'zope.browser',