update coverage and tag init for 7.39.1.dev1
- Legacy-Id: 19538
This commit is contained in:
parent
ff6b4db002
commit
24100b7f68
|
@ -5,13 +5,13 @@
|
||||||
from . import checks # pyflakes:ignore
|
from . import checks # pyflakes:ignore
|
||||||
|
|
||||||
# Don't add patch number here:
|
# Don't add patch number here:
|
||||||
__version__ = "7.39.1.dev0"
|
__version__ = "7.39.1.dev1"
|
||||||
|
|
||||||
# set this to ".p1", ".p2", etc. after patching
|
# set this to ".p1", ".p2", etc. after patching
|
||||||
__patch__ = ""
|
__patch__ = ""
|
||||||
|
|
||||||
__date__ = "$Date$"
|
__date__ = "$Date$"
|
||||||
|
|
||||||
__rev__ = "$Rev$ (dev) Latest release: Rev. 19406 "
|
__rev__ = "$Rev$ (dev) Latest release: Rev. 19537 "
|
||||||
|
|
||||||
__id__ = "$Id$"
|
__id__ = "$Id$"
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue