Updated copyright statement

- Legacy-Id: 17204
This commit is contained in:
Henrik Levkowetz 2020-01-09 18:40:51 +00:00
parent 8b8fcc0615
commit 522a4d84a4

View file

@ -1,4 +1,4 @@
# Copyright The IETF Trust 2007-2019, All Rights Reserved
# Copyright The IETF Trust 2007-2020, All Rights Reserved
# -*- coding: utf-8 -*-
@ -7,13 +7,13 @@ from __future__ import absolute_import, print_function, unicode_literals
from . import checks # pyflakes:ignore
# Don't add patch number here:
__version__ = "6.115.1.dev0"
__version__ = "6.116.0"
# set this to ".p1", ".p2", etc. after patching
__patch__ = ""
__date__ = "$Date$"
__rev__ = "$Rev$ (dev) Latest release: Rev. 17167 "
__rev__ = "$Rev$"
__id__ = "$Id$"