Skip to content

Commit 366daef

Browse files
Downrade the version to 2.6.2-dev0 so we can install pylint easily
See #1077 (comment)
1 parent 18cf8b9 commit 366daef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

astroid/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
2525
# For details: https://github.com/PyCQA/astroid/blob/master/LICENSE
2626

27-
__version__ = "2.7.0-dev0"
27+
__version__ = "2.6.2-dev0"
2828
version = __version__

doc/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ So, you want to release the `X.Y.Z` version of astroid ?
1919
Move back to a dev version with `tbump`:
2020

2121
```bash
22-
tbump X.Y+1.Z-dev0 --no-tag --no-push # You can interrupt during copyrite
23-
git commit -am "Upgrade the version to x.y+1.z-dev0 following x.y.z release"
22+
tbump X.Y.Z+1-dev0 --no-tag --no-push # You can interrupt during copyrite
23+
git commit -am "Upgrade the version to x.y.z+1-dev0 following x.y.z release"
2424
```
2525

2626
Check the result and then upgrade the master branch

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/PyCQA/astroid"
22

33
[version]
4-
current = "2.7.0-dev0"
4+
current = "2.6.2-dev0"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)