diff options
| -rw-r--r-- | ChangeLog | 14 | ||||
| -rw-r--r-- | astroid/__pkginfo__.py | 2 | ||||
| -rwxr-xr-x | astroid/brain/brain_scipy_signal.py | 8 | ||||
| -rw-r--r-- | astroid/context.py | 2 | ||||
| -rw-r--r-- | astroid/manager.py | 1 | ||||
| -rw-r--r-- | astroid/node_classes.py | 2 | ||||
| -rw-r--r-- | astroid/objects.py | 1 | ||||
| -rw-r--r-- | astroid/raw_building.py | 3 | ||||
| -rw-r--r-- | astroid/rebuilder.py | 2 | ||||
| -rw-r--r-- | astroid/test_utils.py | 1 | ||||
| -rw-r--r-- | tbump.toml | 2 | ||||
| -rw-r--r-- | tests/unittest_builder.py | 2 | ||||
| -rw-r--r-- | tests/unittest_manager.py | 1 | ||||
| -rw-r--r-- | tests/unittest_raw_building.py | 1 | ||||
| -rw-r--r-- | tests/unittest_regrtest.py | 2 |
15 files changed, 31 insertions, 13 deletions
@@ -2,10 +2,22 @@ astroid's ChangeLog =================== -What's New in astroid 2.6.0? +What's New in astroid 2.7.0? +============================ +Release Date: TBA + + + +What's New in astroid 2.6.1? ============================ Release Date: TBA + + +What's New in astroid 2.6.0? +============================ +Release Date: 2021-06-22 + * Appveyor and travis are no longer used in the continuous integration * ``setuptools_scm`` has been removed and replaced by ``tbump`` in order to not diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 4c5b8d79..2bbc66e9 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/master/LICENSE -__version__ = "2.6.0-dev0" +__version__ = "2.6.0" version = __version__ diff --git a/astroid/brain/brain_scipy_signal.py b/astroid/brain/brain_scipy_signal.py index af8fc650..8b2c5edf 100755 --- a/astroid/brain/brain_scipy_signal.py +++ b/astroid/brain/brain_scipy_signal.py @@ -1,7 +1,7 @@ -# Copyright (c) 2019 Valentin Valls <valentin.valls@esrf.fr>
-# Copyright (c) 2020-2021 hippo91 <guillaume.peillex@gmail.com>
-# Copyright (c) 2020 Claudiu Popa <pcmanticore@gmail.com>
-# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
+# Copyright (c) 2019 Valentin Valls <valentin.valls@esrf.fr> +# Copyright (c) 2020-2021 hippo91 <guillaume.peillex@gmail.com> +# Copyright (c) 2020 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
# For details: https://github.com/PyCQA/astroid/blob/master/LICENSE
diff --git a/astroid/context.py b/astroid/context.py index 147c7495..ad4f4531 100644 --- a/astroid/context.py +++ b/astroid/context.py @@ -4,8 +4,8 @@ # Copyright (c) 2018 Nick Drozd <nicholasdrozd@gmail.com> # Copyright (c) 2019-2021 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2020 Bryce Guinta <bryce.guinta@protonmail.com> -# Copyright (c) 2021 Andrew Haigh <hello@nelf.in> # Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> +# Copyright (c) 2021 Andrew Haigh <hello@nelf.in> # Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html # For details: https://github.com/PyCQA/astroid/blob/master/LICENSE diff --git a/astroid/manager.py b/astroid/manager.py index 4de85c33..6d42be6c 100644 --- a/astroid/manager.py +++ b/astroid/manager.py @@ -14,6 +14,7 @@ # Copyright (c) 2020 Anubhav <35621759+anubh-v@users.noreply.github.com> # Copyright (c) 2020 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> +# Copyright (c) 2021 Andrew Haigh <hello@nelf.in> # Copyright (c) 2021 DudeNr33 <3929834+DudeNr33@users.noreply.github.com> # Copyright (c) 2021 pre-commit-ci[bot] <bot@noreply.github.com> diff --git a/astroid/node_classes.py b/astroid/node_classes.py index bac24952..59108162 100644 --- a/astroid/node_classes.py +++ b/astroid/node_classes.py @@ -23,8 +23,8 @@ # Copyright (c) 2019 kavins14 <kavinsingh@hotmail.com> # Copyright (c) 2020 Raphael Gaschignard <raphael@rtpg.co> # Copyright (c) 2020 Bryce Guinta <bryce.guinta@protonmail.com> -# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> +# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2021 Andrew Haigh <hello@nelf.in> # Copyright (c) 2021 Federico Bond <federicobond@gmail.com> diff --git a/astroid/objects.py b/astroid/objects.py index a1794a3c..fbf939ec 100644 --- a/astroid/objects.py +++ b/astroid/objects.py @@ -5,6 +5,7 @@ # Copyright (c) 2018 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2018 Bryce Guinta <bryce.paul.guinta@gmail.com> # Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.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 # For details: https://github.com/PyCQA/astroid/blob/master/LICENSE diff --git a/astroid/raw_building.py b/astroid/raw_building.py index cf07401f..4265a4e0 100644 --- a/astroid/raw_building.py +++ b/astroid/raw_building.py @@ -13,8 +13,9 @@ # Copyright (c) 2020-2021 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2020 Becker Awqatty <bawqatty@mide.com> # Copyright (c) 2020 Robin Jarry <robin.jarry@6wind.com> -# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> +# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> +# Copyright (c) 2021 Andrew Haigh <hello@nelf.in> # Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html # For details: https://github.com/PyCQA/astroid/blob/master/LICENSE diff --git a/astroid/rebuilder.py b/astroid/rebuilder.py index e052f1b6..189a963e 100644 --- a/astroid/rebuilder.py +++ b/astroid/rebuilder.py @@ -17,8 +17,8 @@ # Copyright (c) 2019-2021 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2019 Hugo van Kemenade <hugovk@users.noreply.github.com> # Copyright (c) 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> -# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> +# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Copyright (c) 2021 Federico Bond <federicobond@gmail.com> # Copyright (c) 2021 hippo91 <guillaume.peillex@gmail.com> diff --git a/astroid/test_utils.py b/astroid/test_utils.py index d009b0fc..208e7c66 100644 --- a/astroid/test_utils.py +++ b/astroid/test_utils.py @@ -5,6 +5,7 @@ # Copyright (c) 2016 Jakub Wilk <jwilk@jwilk.net> # Copyright (c) 2018 Anthony Sottile <asottile@umich.edu> # Copyright (c) 2020-2021 hippo91 <guillaume.peillex@gmail.com> +# Copyright (c) 2021 Andrew Haigh <hello@nelf.in> # Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> @@ -1,7 +1,7 @@ github_url = "https://github.com/PyCQA/astroid" [version] -current = "2.6.0-dev0" +current = "2.6.0" regex = ''' ^(?P<major>0|[1-9]\d*) \. diff --git a/tests/unittest_builder.py b/tests/unittest_builder.py index 18261cfc..b35be591 100644 --- a/tests/unittest_builder.py +++ b/tests/unittest_builder.py @@ -13,8 +13,8 @@ # Copyright (c) 2019 Hugo van Kemenade <hugovk@users.noreply.github.com> # Copyright (c) 2020-2021 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> -# Copyright (c) 2021 pre-commit-ci[bot] <bot@noreply.github.com> # Copyright (c) 2021 Andrew Haigh <hello@nelf.in> +# Copyright (c) 2021 pre-commit-ci[bot] <bot@noreply.github.com> # Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html # For details: https://github.com/PyCQA/astroid/blob/master/LICENSE diff --git a/tests/unittest_manager.py b/tests/unittest_manager.py index 098dae89..f2c6bb32 100644 --- a/tests/unittest_manager.py +++ b/tests/unittest_manager.py @@ -14,6 +14,7 @@ # Copyright (c) 2020 David Gilman <davidgilman1@gmail.com> # Copyright (c) 2020 Anubhav <35621759+anubh-v@users.noreply.github.com> # Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> +# Copyright (c) 2021 Andrew Haigh <hello@nelf.in> # Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html # For details: https://github.com/PyCQA/astroid/blob/master/LICENSE diff --git a/tests/unittest_raw_building.py b/tests/unittest_raw_building.py index 63f6fc9a..7ea8a120 100644 --- a/tests/unittest_raw_building.py +++ b/tests/unittest_raw_building.py @@ -7,6 +7,7 @@ # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2020-2021 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2020 David Gilman <davidgilman1@gmail.com> +# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html diff --git a/tests/unittest_regrtest.py b/tests/unittest_regrtest.py index 7f0eb886..7a5723d4 100644 --- a/tests/unittest_regrtest.py +++ b/tests/unittest_regrtest.py @@ -10,8 +10,8 @@ # Copyright (c) 2019, 2021 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2020 David Gilman <davidgilman1@gmail.com> -# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2021 Andrew Haigh <hello@nelf.in> +# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html # For details: https://github.com/PyCQA/astroid/blob/master/LICENSE |
