Skip to content

Commit fa12a47

Browse files
Bump astroid to 2.8.2, update changelog
1 parent c348707 commit fa12a47

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

ChangeLog

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,19 @@ Release date: TBA
88

99

1010

11-
What's New in astroid 2.8.2?
11+
What's New in astroid 2.8.3?
1212
============================
1313
Release date: TBA
1414

1515

1616

17+
What's New in astroid 2.8.2?
18+
============================
19+
Release date: 2021-10-07
20+
21+
Same content than 2.8.2-dev0 / 2.8.1, released in order to fix a
22+
mistake when creating the tag.
23+
1724
What's New in astroid 2.8.1?
1825
============================
1926
Release date: 2021-10-06

astroid/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
2525
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
2626

27-
__version__ = "2.8.2-dev0"
27+
__version__ = "2.8.2"
2828
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.8.2-dev0"
4+
current = "2.8.2"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

tests/unittest_brain_numpy_core_multiarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Copyright (c) 2019-2021 hippo91 <[email protected]>
22
# Copyright (c) 2019 Ashley Whetter <[email protected]>
33
# Copyright (c) 2020 Claudiu Popa <[email protected]>
4-
# Copyright (c) 2021 Daniël van Noord <[email protected]>
54
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
5+
# Copyright (c) 2021 Daniël van Noord <[email protected]>
66
# Copyright (c) 2021 Marc Mueller <[email protected]>
77

88
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html

0 commit comments

Comments
 (0)