summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS.txt1
-rw-r--r--ChangeLog20
-rw-r--r--astroid/__pkginfo__.py2
-rw-r--r--tbump.toml2
4 files changed, 18 insertions, 7 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 457d40cf..4784b5f0 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -182,6 +182,7 @@ Contributors
- Alexander Scheel <alexander.m.scheel@gmail.com>
- Alexander Presnyakov <flagist0@gmail.com>
- Ahmed Azzaoui <ahmed.azzaoui@engie.com>
+- Ben Elliston <bje@air.net.au>
Co-Author
---------
diff --git a/ChangeLog b/ChangeLog
index 16d225bb..a6b746ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,21 +2,31 @@
astroid's ChangeLog
===================
-What's New in astroid 2.14.0?
+What's New in astroid 2.15.0?
=============================
Release date: TBA
-* Add support for inferring binary union types added in Python 3.10.
-
- Refs PyCQA/pylint#8119
-What's New in astroid 2.13.5?
+What's New in astroid 2.14.1?
=============================
Release date: TBA
+What's New in astroid 2.14.0?
+=============================
+Release date: 2023-01-31
+
+* Add support for inferring binary union types added in Python 3.10.
+
+ Refs PyCQA/pylint#8119
+
+* Capture and log messages emitted when inspecting a module for astroid.
+
+ Closes #1904
+
+
What's New in astroid 2.13.4?
=============================
Release date: 2023-01-31
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index 01adbe7a..435d64c7 100644
--- a/astroid/__pkginfo__.py
+++ b/astroid/__pkginfo__.py
@@ -2,5 +2,5 @@
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
# Copyright (c) https://github.com/PyCQA/astroid/blob/main/CONTRIBUTORS.txt
-__version__ = "2.14.0-dev0"
+__version__ = "2.14.0"
version = __version__
diff --git a/tbump.toml b/tbump.toml
index 4063cba8..f97c2e1f 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/astroid"
[version]
-current = "2.14.0-dev0"
+current = "2.14.0"
regex = '''
^(?P<major>0|[1-9]\d*)
\.