summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-25 20:29:46 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-25 20:29:46 +0200
commit49223e130ff05cc3b615ed2402f00e0c5b8f479c (patch)
tree77319d7e0b654fbbba909aa75e1cde721009c499
parent444f654e23de0772036c0e29c8e5745e48a8970c (diff)
downloadpylint-git-49223e130ff05cc3b615ed2402f00e0c5b8f479c.tar.gz
Move back to a dev version following 2.9.6 release
-rw-r--r--ChangeLog6
-rw-r--r--pylint/__pkginfo__.py2
-rw-r--r--tbump.toml2
3 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 10c9a48db..9977266c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,7 @@
Pylint's ChangeLog
------------------
-..
- Put bug fixes that should not wait for a new minor version here
+
What's New in Pylint 2.10.0?
============================
@@ -11,7 +10,8 @@ Release date: TBA
..
Put new features here and also in 'doc/whatsnew/2.10.rst'
-
+..
+ Put bug fixes that should not wait for a new minor version here
What's New in Pylint 2.9.6?
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 5ae484428..7afafb6c3 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -2,7 +2,7 @@
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
from typing import Tuple
-__version__ = "2.9.6"
+__version__ = "2.10.0-dev0"
def get_numversion_from_version(v: str) -> Tuple:
diff --git a/tbump.toml b/tbump.toml
index 0f780ff4d..c41294e60 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/pylint"
[version]
-current = "2.9.6"
+current = "2.10.0-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.