datatracker/ietf/__init__.py
2017-12-18 17:59:00 +00:00

17 lines
368 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.68.1.dev0"
# set this to ".p1", ".p2", etc. after patching
__patch__ = ".p1"
__date__ = "$Date$"
__rev__ = "$Rev$ (dev) Latest release: Rev. 14437 "
__id__ = "$Id$"