Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,5 @@ under this name, or we did not manage to find their commits in the history.
- carl
- alain lefroy
- Mark Gius
- Jérome Perrin <[email protected]>
- Jamie Scott <[email protected]>
20 changes: 13 additions & 7 deletions 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.2.0?
What's New in astroid 3.3.0?
============================
Release date: TBA



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



What's New in astroid 3.2.0?
============================
Release date: 2024-05-07

* ``.pyi`` stub files are now preferred over ``.py`` files when resolving imports, (except for numpy).

Closes pylint-dev/#9185
Expand All @@ -31,12 +43,6 @@ Release date: TBA
Closes #1107


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



What's New in astroid 3.1.0?
============================
Release date: 2024-02-23
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.2.0-dev0"
__version__ = "3.3.0-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.2.0-dev0"
current = "3.3.0-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
Expand Down