File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,15 @@ Release date: TBA
12
12
13
13
Refs #2204
14
14
15
-
16
- What's New in astroid 2.15.6?
15
+ What's New in astroid 2.15.7?
17
16
=============================
18
17
Release date: TBA
19
18
20
19
21
20
22
21
What's New in astroid 2.15.6?
23
22
=============================
24
- Release date: 2023-05-14
23
+ Release date: 2023-07-08
25
24
26
25
* Harden ``get_module_part()`` against ``"."``.
27
26
Original file line number Diff line number Diff line change 2
2
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
3
3
# Copyright (c) https://github.com/PyCQA/astroid/blob/main/CONTRIBUTORS.txt
4
4
5
- __version__ = "2.15.5 "
5
+ __version__ = "2.15.6 "
6
6
version = __version__
Original file line number Diff line number Diff line change 1
1
github_url = " https://github.com/PyCQA/astroid"
2
2
3
3
[version ]
4
- current = " 2.15.5 "
4
+ current = " 2.15.6 "
5
5
regex = '''
6
6
^(?P<major>0|[1-9]\d*)
7
7
\.
You can’t perform that action at this time.
0 commit comments