Skip to content

Commit 0375d1a

Browse files
Bump astroid to 3.0.3, update changelog (#2374)
1 parent 3e16c95 commit 0375d1a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

ChangeLog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ Release date: TBA
99

1010

1111

12+
1213
What's New in astroid 3.0.3?
1314
============================
14-
Release date: TBA
15+
Release date: 2024-02-04
1516

1617

1718
* Fix type of ``UnicodeDecodeError.object`` inferred as ``str`` instead of ``bytes``.

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.0.2"
5+
__version__ = "3.0.3"
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.0.2"
4+
current = "3.0.3"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)