Skip to content

Commit 522a4d8

Browse files
committed
Updated copyright statement
- Legacy-Id: 17204
1 parent 8b8fcc0 commit 522a4d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright The IETF Trust 2007-2019, All Rights Reserved
1+
# Copyright The IETF Trust 2007-2020, All Rights Reserved
22
# -*- coding: utf-8 -*-
33

44

@@ -7,13 +7,13 @@
77
from . import checks # pyflakes:ignore
88

99
# Don't add patch number here:
10-
__version__ = "6.115.1.dev0"
10+
__version__ = "6.116.0"
1111

1212
# set this to ".p1", ".p2", etc. after patching
1313
__patch__ = ""
1414

1515
__date__ = "$Date$"
1616

17-
__rev__ = "$Rev$ (dev) Latest release: Rev. 17167 "
17+
__rev__ = "$Rev$"
1818

1919
__id__ = "$Id$"

0 commit comments

Comments
 (0)