datatracker/ietf/__init__.py
2022-02-24 03:05:51 +00:00

18 lines
378 B
Python

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