Skip to content

Commit

Permalink
Bump astroid to 2.12.5, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Aug 29, 2022
1 parent 8852ecd commit c313631
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 @@ -8,11 +8,17 @@ Release date: TBA



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




What's New in astroid 2.12.5?
=============================
Release date: 2022-08-29

* Prevent first-party imports from being resolved to `site-packages`.

Refs PyCQA/pylint#7365
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/PyCQA/astroid/blob/main/LICENSE
# Copyright (c) https://github.com/PyCQA/astroid/blob/main/CONTRIBUTORS.txt

__version__ = "2.12.4"
__version__ = "2.12.5"
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/PyCQA/astroid"

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

0 comments on commit c313631

Please sign in to comment.