datatracker/ietf/__init__.py
2019-06-16 14:19:47 +00:00

17 lines
331 B
Python

# Copyright The IETF Trust 2007-2019, All Rights Reserved
# -*- coding: utf-8 -*-
import checks # pyflakes:ignore
# Don't add patch number here:
__version__ = "6.98.0"
# set this to ".p1", ".p2", etc. after patching
__patch__ = ""
__date__ = "$Date$"
__rev__ = "$Rev$"
__id__ = "$Id$"