summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-28 22:34:02 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-28 22:48:56 +0200
commit46b5dee36cc69cfe7eea6647449fd46b15a75515 (patch)
tree08055b3c75afc81ade97a224c37c636ca2a026f7
parent0e60eccdc808d125ad963b924b66480b1bab62c4 (diff)
downloadpylint-git-2.7.3-cherry-picked-from-master.tar.gz
Change version for 2.7.3 release2.7.3-cherry-picked-from-master
-rw-r--r--ChangeLog10
-rw-r--r--pylint/__pkginfo__.py4
2 files changed, 3 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index a23865228..bdb442425 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,17 +2,9 @@
Pylint's ChangeLog
------------------
-What's New in Pylint 2.8.0?
-===========================
-Release date: TBA
-
-..
- Put new features here
-
-
What's New in Pylint 2.7.3?
===========================
-Release date: TBA
+Release date: 2021-03-28
..
Put bug fixes that will be cherry-picked to latest major version here
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index cdf872871..84f9a0bf9 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -31,8 +31,8 @@
from os.path import join
# For an official release, use dev_version = None
-numversion = (2, 8, 0)
-dev_version = 1
+numversion = (2, 7, 3)
+dev_version = None
version = ".".join(str(num) for num in numversion)
if dev_version is not None: