Skip to content

Commit

Permalink
Merge pull request #2302 from pylint-dev/release-branch-3.0.0b0
Browse files Browse the repository at this point in the history
Release branch 3.0.0b0
  • Loading branch information
Pierre-Sassoulas authored Sep 24, 2023
2 parents aa7916a + 9ee87c3 commit 74b5a7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Contributors
- FELD Boris <lothiraldan@gmail.com>
- Enji Cooper <yaneurabeya@gmail.com>
- Dani Alcala <112832187+clavedeluna@users.noreply.github.com>
- Antonio <antonio@zoftko.com>
- Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
- tristanlatr <19967168+tristanlatr@users.noreply.github.com>
- emile@crater.logilab.fr <emile@crater.logilab.fr>
Expand Down Expand Up @@ -130,6 +131,7 @@ Contributors
- Ovidiu Sabou <ovidiu@sabou.org>
- Nicolas Noirbent <nicolas@noirbent.fr>
- Neil Girdhar <mistersheik@gmail.com>
- Miro Hrončok <miro@hroncok.cz>
- Michał Masłowski <m.maslowski@clearcode.cc>
- Mateusz Bysiek <mb@mbdev.pl>
- Marcelo Trylesinski <marcelotryle@gmail.com>
Expand Down Expand Up @@ -184,7 +186,6 @@ Contributors
- Aru Sahni <arusahni@gmail.com>
- Artsiom Kaval <lezeroq@gmail.com>
- Anubhav <35621759+anubh-v@users.noreply.github.com>
- Antonio <antonioglez-23@hotmail.com>
- Antoine Boellinger <aboellinger@hotmail.com>
- Alphadelta14 <alpha@alphaservcomputing.solutions>
- Alexander Scheel <alexander.m.scheel@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion astroid/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE
# Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt

__version__ = "3.0.0a10-dev0"
__version__ = "3.0.0b1-dev0"
version = __version__
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/pylint-dev/astroid"

[version]
current = "3.0.0a10-dev0"
current = "3.0.0b1-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down

0 comments on commit 74b5a7a

Please sign in to comment.