We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e16c95 commit 0375d1aCopy full SHA for 0375d1a
ChangeLog
@@ -9,9 +9,10 @@ Release date: TBA
9
10
11
12
+
13
What's New in astroid 3.0.3?
14
============================
-Release date: TBA
15
+Release date: 2024-02-04
16
17
18
* Fix type of ``UnicodeDecodeError.object`` inferred as ``str`` instead of ``bytes``.
astroid/__pkginfo__.py
@@ -2,5 +2,5 @@
2
# For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE
3
# Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt
4
5
-__version__ = "3.0.2"
+__version__ = "3.0.3"
6
version = __version__
tbump.toml
@@ -1,7 +1,7 @@
1
github_url = "https://github.com/pylint-dev/astroid"
[version]
-current = "3.0.2"
+current = "3.0.3"
regex = '''
^(?P<major>0|[1-9]\d*)
7
\.
0 commit comments