From 90b28957bbbef4c2899334d62d6c11c52595f2e3 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Mon, 14 Mar 2022 18:07:45 -0400 Subject: [PATCH] ci: fix __init__.py version quotes --- ietf/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ietf/__init__.py b/ietf/__init__.py index 4704fff11..5e55e8c20 100644 --- a/ietf/__init__.py +++ b/ietf/__init__.py @@ -4,8 +4,9 @@ from . import checks # pyflakes:ignore +# Version must stay in single quotes for automatic CI replace # Don't add patch number here: -__version__ = "7.46.1.dev0" +__version__ = '7.46.1.dev0' # set this to ".p1", ".p2", etc. after patching __patch__ = ""