From b16da04ad7593b50dee9637be7ef547d940c9535 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Thu, 10 Jan 2019 16:02:40 +0100 Subject: [PATCH] Release 2.4.0 --- .gitignore | 1 + common.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8e73fcf..ecef08d 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ build* dist _build docs/_build +_configtest.o.d .tox .spyderproject .cache diff --git a/common.py b/common.py index c5ebcb6..936aff1 100644 --- a/common.py +++ b/common.py @@ -23,7 +23,7 @@ MAJOR = 2 MINOR = 4 MICRO = 0 -DEV = True +DEV = False CLASSIFIERS = [ 'Development Status :: 5 - Production/Stable',