1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

update __version__ and copyright year in __init__.py

Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
Julien Fortin
2020-04-14 16:27:23 +02:00
parent a4b5439507
commit 62d222e3dd

View File

@ -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__ = [