summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: