From 68ae825ef4d62647bd0b7c917d7157598142f69b Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 7 May 2021 08:55:36 +0200 Subject: [PATCH] Preparing release 3.0 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 33fae6a..a72af43 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ CHANGES ======= -3.0 (unreleased) +3.0 (2021-05-07) ---------------- - Drop support for Python 2. diff --git a/setup.py b/setup.py index ce9f434..b86e76a 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='gocept.jslint', - version='3.0.dev0', + version='3.0', author='Wolfgang Schnerring', author_email='mail@gocept.com', url='https://github.com/gocept/gocept.jslint',