summaryrefslogtreecommitdiff
path: root/pylint
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-21 17:13:22 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-21 19:19:49 +0100
commit77ed8cdfc1a1956d0bbd4c38cf2a228de87b88b7 (patch)
tree4ba1eeaa9bb475fcecc0ef04e038bfd29e87ad4a /pylint
parent41d70221cdce96a209a479e349bdb70180bb5e8e (diff)
downloadpylint-git-77ed8cdfc1a1956d0bbd4c38cf2a228de87b88b7.tar.gz
Better documentation for the change in version during release
Diffstat (limited to 'pylint')
-rw-r--r--pylint/__pkginfo__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 37a415e1d..5d05f76ba 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -33,7 +33,7 @@ from os.path import join
# For an official release, use dev_version = None
numversion = (2, 7, 0)
-dev_version = 1
+dev_version = None
version = ".".join(str(num) for num in numversion)
if dev_version is not None: