datatracker/ietf/__init__.py
2017-11-03 11:03:10 +00:00

17 lines
329 B
Python

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