datatracker/ietf/__init__.py
2015-10-24 20:29:39 +00:00

15 lines
324 B
Python

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