summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-06-01 13:08:29 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-06-01 16:33:17 +0200
commita4b9ef560166f35f9ecca95d0ec4c82b70fc031f (patch)
treefa38f6764ce8023b92fc1b6470fe05984386ab47
parente910a0778fb5e6ddea1ce056dd0fb951cf4eee18 (diff)
downloadpylint-git-a4b9ef560166f35f9ecca95d0ec4c82b70fc031f.tar.gz
Bump pylint to 2.15.0-dev0, update changelog
-rw-r--r--pylint/__pkginfo__.py2
-rw-r--r--tbump.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 858b61b49..4839aabe1 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -9,7 +9,7 @@ It's updated via tbump, do not modify.
from __future__ import annotations
-__version__ = "2.14.0"
+__version__ = "2.15.0-dev0"
def get_numversion_from_version(v: str) -> tuple[int, int, int]:
diff --git a/tbump.toml b/tbump.toml
index 2ae96a798..0cda703c7 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"
[version]
-current = "2.14.0"
+current = "2.15.0-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.