Skip to content

Commit 90b2895

Browse files
committed
ci: fix __init__.py version quotes
1 parent e6584bb commit 90b2895

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ietf/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44

55
from . import checks # pyflakes:ignore
66

7+
# Version must stay in single quotes for automatic CI replace
78
# Don't add patch number here:
8-
__version__ = "7.46.1.dev0"
9+
__version__ = '7.46.1.dev0'
910

1011
# set this to ".p1", ".p2", etc. after patching
1112
__patch__ = ""

0 commit comments

Comments
 (0)