We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6584bb commit 90b2895Copy full SHA for 90b2895
1 file changed
ietf/__init__.py
@@ -4,8 +4,9 @@
4
5
from . import checks # pyflakes:ignore
6
7
+# Version must stay in single quotes for automatic CI replace
8
# Don't add patch number here:
-__version__ = "7.46.1.dev0"
9
+__version__ = '7.46.1.dev0'
10
11
# set this to ".p1", ".p2", etc. after patching
12
__patch__ = ""
0 commit comments