summaryrefslogtreecommitdiff
path: root/pylint/__pkginfo__.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-25 11:54:23 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-25 12:03:42 +0200
commit3eb0362dc42642e3e2774d7523a1e73d71394064 (patch)
tree813d55ebe1c3d2b26c2216bc1d22f3d2e6fa3928 /pylint/__pkginfo__.py
parentaf1ac5ebe1c845b7eb736863826d75e3994c496c (diff)
downloadpylint-git-3eb0362dc42642e3e2774d7523a1e73d71394064.tar.gz
Prepare 2.8.1 releasepylint-2.8.1
Diffstat (limited to 'pylint/__pkginfo__.py')
-rw-r--r--pylint/__pkginfo__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index d01c6a56a..60e011019 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -6,7 +6,7 @@ from typing import Optional
__version__ = "2.8.1"
# For an official release, use 'alpha_version = False' and 'dev_version = None'
alpha_version: bool = False # Release will be an alpha version if True (ex: '1.2.3a6')
-dev_version: Optional[int] = 1
+dev_version: Optional[int] = None
if dev_version is not None:
if alpha_version: