20 lines
452 B
Python
20 lines
452 B
Python
# Copyright The IETF Trust 2007-2019, All Rights Reserved
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
|
from __future__ import absolute_import, print_function, unicode_literals
|
|
|
|
from . import checks # pyflakes:ignore
|
|
|
|
# Don't add patch number here:
|
|
__version__ = "6.98.5.dev0"
|
|
|
|
# set this to ".p1", ".p2", etc. after patching
|
|
__patch__ = ""
|
|
|
|
__date__ = "$Date$"
|
|
|
|
__rev__ = "$Rev$ (dev) Latest release: Rev. 16464 "
|
|
|
|
__id__ = "$Id$"
|