aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-10-07 07:35:08 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-10-07 07:35:08 +0200
commitfa12a471b5d4c2211ae07811f1dd763d6b3a2546 (patch)
tree591528b0cff287acccd6913f1898d61d87bbcecf
parentc348707ca8d3f9195ba33289e80879d40e0b6c1d (diff)
downloadastroid-fa12a471b5d4c2211ae07811f1dd763d6b3a2546.tar.gz
Bump astroid to 2.8.2, update changelog
-rw-r--r--ChangeLog9
-rw-r--r--astroid/__pkginfo__.py2
-rw-r--r--tbump.toml2
-rw-r--r--tests/unittest_brain_numpy_core_multiarray.py2
4 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index a2b59801..3f84dc37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,12 +8,19 @@ Release date: TBA
-What's New in astroid 2.8.2?
+What's New in astroid 2.8.3?
============================
Release date: TBA
+What's New in astroid 2.8.2?
+============================
+Release date: 2021-10-07
+
+Same content than 2.8.2-dev0 / 2.8.1, released in order to fix a
+mistake when creating the tag.
+
What's New in astroid 2.8.1?
============================
Release date: 2021-10-06
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index f3f30458..72a33a70 100644
--- a/astroid/__pkginfo__.py
+++ b/astroid/__pkginfo__.py
@@ -24,5 +24,5 @@
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
-__version__ = "2.8.2-dev0"
+__version__ = "2.8.2"
version = __version__
diff --git a/tbump.toml b/tbump.toml
index 687f7ae8..48818b77 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,7 +1,7 @@
github_url = "https://github.com/PyCQA/astroid"
[version]
-current = "2.8.2-dev0"
+current = "2.8.2"
regex = '''
^(?P<major>0|[1-9]\d*)
\.
diff --git a/tests/unittest_brain_numpy_core_multiarray.py b/tests/unittest_brain_numpy_core_multiarray.py
index d444def4..ef96aa2f 100644
--- a/tests/unittest_brain_numpy_core_multiarray.py
+++ b/tests/unittest_brain_numpy_core_multiarray.py
@@ -1,8 +1,8 @@
# Copyright (c) 2019-2021 hippo91 <guillaume.peillex@gmail.com>
# Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk>
# Copyright (c) 2020 Claudiu Popa <pcmanticore@gmail.com>
-# Copyright (c) 2021 Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
+# Copyright (c) 2021 Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html