Skip to content

Commit 47030b1

Browse files
Bump astroid to 3.3.0, update changelog
1 parent f37549e commit 47030b1

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

CONTRIBUTORS.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,6 @@ under this name, or we did not manage to find their commits in the history.
206206
- Mark Gius
207207
- Jérome Perrin <[email protected]>
208208
- Jamie Scott <[email protected]>
209+
- correctmost <[email protected]>
210+
- Oleh Prypin <[email protected]>
211+
- Eric Vergnaud <[email protected]>

ChangeLog

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,22 @@ astroid's ChangeLog
33
===================
44

55

6-
What's New in astroid 3.3.0?
6+
What's New in astroid 3.4.0?
7+
============================
8+
Release date: TBA
9+
10+
11+
12+
What's New in astroid 3.3.1?
713
============================
814
Release date: TBA
915

16+
17+
18+
What's New in astroid 3.3.0?
19+
============================
20+
Release date: 2024-08-04
21+
1022
* Add support for Python 3.13.
1123

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

2638

27-
What's New in astroid 3.2.5?
28-
============================
29-
Release date: TBA
30-
31-
32-
3339
What's New in astroid 3.2.4?
3440
============================
3541
Release date: 2024-07-20

astroid/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE
33
# Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt
44

5-
__version__ = "3.3.0-dev0"
5+
__version__ = "3.3.0"
66
version = __version__

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/pylint-dev/astroid"
22

33
[version]
4-
current = "3.3.0-dev0"
4+
current = "3.3.0"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)