Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump astroid to 3.3.0, update changelog #2490

Merged
merged 2 commits into from
Aug 4, 2024
Merged
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
3 changes: 3 additions & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
@@ -206,3 +206,6 @@ under this name, or we did not manage to find their commits in the history.
- Mark Gius
- Jérome Perrin <[email protected]>
- Jamie Scott <[email protected]>
- correctmost <[email protected]>
- Oleh Prypin <[email protected]>
- Eric Vergnaud <[email protected]>
20 changes: 13 additions & 7 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -3,10 +3,22 @@ astroid's ChangeLog
===================


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



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



What's New in astroid 3.3.0?
============================
Release date: 2024-08-04

* Add support for Python 3.13.

* Remove support for Python 3.8 (and constants `PY38`, `PY39_PLUS`, and `PYPY_7_3_11_PLUS`).
@@ -24,12 +36,6 @@ Release date: TBA
Closes pylint-dev/pylint#9849


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



What's New in astroid 3.2.4?
============================
Release date: 2024-07-20
2 changes: 1 addition & 1 deletion astroid/__pkginfo__.py
Original file line number Diff line number Diff line change
@@ -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.3.0-dev0"
__version__ = "3.4.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.3.0-dev0"
current = "3.4.0-dev0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.