summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-09-24 10:01:16 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2019-09-24 10:02:02 +0200
commit15209f6642c8f9b2e1e100cdc8272d18f9363df6 (patch)
tree678252d1d8a4ab738f58312716de214f78ef3b2e
parentd9ed7d1db99d3b5ea84de4937997fae0dc22545f (diff)
downloadpylint-git-15209f6642c8f9b2e1e100cdc8272d18f9363df6.tar.gz
Prepare release
-rw-r--r--ChangeLog2
-rw-r--r--doc/whatsnew/2.4.rst2
-rw-r--r--pylint/__pkginfo__.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a7b19911b..6638ba492 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@ Pylint's ChangeLog
What's New in Pylint 2.4.0?
===========================
-Release date: TBA
+Release date: 2019-09-24
* New check: ``import-outside-toplevel``
diff --git a/doc/whatsnew/2.4.rst b/doc/whatsnew/2.4.rst
index af39a70c0..961a0b2d0 100644
--- a/doc/whatsnew/2.4.rst
+++ b/doc/whatsnew/2.4.rst
@@ -3,7 +3,7 @@
**************************
:Release: 2.4
-:Date: TBA
+:Date: 2019-09-24
Summary -- Release highlights
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 4d474d854..1f5bd0cc7 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -23,7 +23,7 @@ from os.path import join
# For an official release, use dev_version = None
numversion = (2, 4, 0)
-dev_version = 0
+dev_version = None
version = ".".join(str(num) for num in numversion)
if dev_version is not None: