Skip to content

Commit

Permalink
Bump astroid to 3.1.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Feb 23, 2024
1 parent 8c7106e commit 3fb17a1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ Contributors
- Alexander Scheel <alexander.m.scheel@gmail.com>
- Alexander Presnyakov <flagist0@gmail.com>
- Ahmed Azzaoui <ahmed.azzaoui@engie.com>
- JulianJvn <128477611+JulianJvn@users.noreply.github.com>
- Gwyn Ciesla <gwync@protonmail.com>

Co-Author
---------
Expand Down
14 changes: 13 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,22 @@ astroid's ChangeLog
===================


What's New in astroid 3.1.0?
What's New in astroid 3.2.0?
============================
Release date: TBA



What's New in astroid 3.1.1?
============================
Release date: TBA



What's New in astroid 3.1.0?
============================
Release date: 2024-02-23

* Include PEP 695 (Python 3.12) generic type syntax nodes in ``get_children()``,
allowing checkers to visit them.

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.1.0-dev0"
__version__ = "3.1.0"
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.1.0-dev0"
current = "3.1.0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down

0 comments on commit 3fb17a1

Please sign in to comment.