Skip to content

Commit 30c3112

Browse files
Bump astroid to 2.15.6, update changelog
1 parent 2eb869e commit 30c3112

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

ChangeLog

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@ Release date: TBA
1212

1313
Refs #2204
1414

15-
16-
What's New in astroid 2.15.6?
15+
What's New in astroid 2.15.7?
1716
=============================
1817
Release date: TBA
1918

2019

2120

2221
What's New in astroid 2.15.6?
2322
=============================
24-
Release date: 2023-05-14
23+
Release date: 2023-07-08
2524

2625
* Harden ``get_module_part()`` against ``"."``.
2726

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/PyCQA/astroid/blob/main/LICENSE
33
# Copyright (c) https://github.com/PyCQA/astroid/blob/main/CONTRIBUTORS.txt
44

5-
__version__ = "2.15.5"
5+
__version__ = "2.15.6"
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/PyCQA/astroid"
22

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

0 commit comments

Comments
 (0)