aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2024-05-07 07:53:29 -0400
committerGitHub <noreply@github.com>2024-05-07 07:53:29 -0400
commit0ccc2e29d4b9ce0f54f9e50fa6df85522083c5de (patch)
tree4f6873fd3c5ac0ba5896fb085cfce4c3b725d539
parent8c48d5c0f31a2226be93eb564a890f7e4338e91e (diff)
parent8a177ce4da47b0b8eeb13a83a76a3e91a0227302 (diff)
downloadastroid-0ccc2e29d4b9ce0f54f9e50fa6df85522083c5de.tar.gz
Merge pull request #2426 from pylint-dev/release/3.2.0
Release astroid 3.2.0
-rw-r--r--CONTRIBUTORS.txt2
-rw-r--r--ChangeLog20
-rw-r--r--astroid/__pkginfo__.py2
-rw-r--r--tbump.toml2
4 files changed, 17 insertions, 9 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 676a110a..8ec45caf 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -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 <perrinjerome@gmail.com>
+- Jamie Scott <jamie@jami.org.uk>
diff --git a/ChangeLog b/ChangeLog
index e71faa47..6212a95e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
@@ -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
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index e0ce546f..b89e0aae 100644
--- a/astroid/__pkginfo__.py
+++ b/astroid/__pkginfo__.py
@@ -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__
diff --git a/tbump.toml b/tbump.toml
index 7480a6c7..5a51a9b6 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -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*)
\.