Skip to content

Commit

Permalink
Bump astroid to 3.0.1, update changelog (#2322)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Oct 16, 2023
1 parent 12f3eb5 commit 0191f53
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@ Release date: TBA



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



What's New in astroid 3.0.1?
============================
Release date: 2023-10-15

* Fix crashes linting code using PEP 695 (Python 3.12) generic type syntax.

Closes pylint-dev/pylint#9098
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.0"
__version__ = "3.0.1"
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.0"
current = "3.0.1"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down

0 comments on commit 0191f53

Please sign in to comment.