From 62d222e3ddb3f2b6c8cb8f7ae872c7b3c1f36ba6 Mon Sep 17 00:00:00 2001 From: Julien Fortin Date: Tue, 14 Apr 2020 16:27:23 +0200 Subject: [PATCH] update __version__ and copyright year in __init__.py Signed-off-by: Julien Fortin --- ifupdown2/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ifupdown2/__init__.py b/ifupdown2/__init__.py index 2357475..cba93fa 100644 --- a/ifupdown2/__init__.py +++ b/ifupdown2/__init__.py @@ -1,9 +1,9 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -__version__ = '2.0.2' +__version__ = '3.0.0' -# Copyright (C) 2014,2015,2016,2017,2018,2019 Cumulus Networks, Inc. All rights reserved +# Copyright (C) 2014,2015,2016,2017,2018,2019,2020 Cumulus Networks, Inc. All rights reserved # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -27,7 +27,7 @@ __version__ = '2.0.2' __license__ = 'GPL-2' __status__ = 'Production' -__copyright__ = 'Copyright (C) 2014,2015,2016,2017,2018,2019 Cumulus Networks, Inc.' +__copyright__ = 'Copyright (C) 2014,2015,2016,2017,2018,2019,2020 Cumulus Networks, Inc.' __authors__ = [