summaryrefslogtreecommitdiff
path: root/astroid/rebuilder.py
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2021-02-15 20:18:18 +0100
committerGitHub <noreply@github.com>2021-02-15 20:18:18 +0100
commit0f97f79c0aa50ed0506c09db729f906450b37652 (patch)
tree5998d07aee160b6ae6b687e3cd12606d73235d09 /astroid/rebuilder.py
parent6189473d344dbffd72ff65d7bb7fd04351caedaf (diff)
parent636d0f56d7f84b950949808b31b6f316645f41eb (diff)
downloadastroid-git-0f97f79c0aa50ed0506c09db729f906450b37652.tar.gz
Merge pull request #894 from hippo91/astroid_2.5_testastroid-2.5
Astroid 2.5 test
Diffstat (limited to 'astroid/rebuilder.py')
-rw-r--r--astroid/rebuilder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/rebuilder.py b/astroid/rebuilder.py
index e56abbf8..4dd99c6e 100644
--- a/astroid/rebuilder.py
+++ b/astroid/rebuilder.py
@@ -15,7 +15,7 @@
# Copyright (c) 2018 Serhiy Storchaka <storchaka@gmail.com>
# Copyright (c) 2018 Nick Drozd <nicholasdrozd@gmail.com>
# Copyright (c) 2018 Bryce Guinta <bryce.paul.guinta@gmail.com>
-# Copyright (c) 2019-2020 Ashley Whetter <ashley@awhetter.co.uk>
+# 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>