From c8147d7fd825efb0c007aae1988efe3d39f4fd29 Mon Sep 17 00:00:00 2001 From: Vincent Michel Date: Thu, 31 Aug 2017 13:11:50 +0200 Subject: [PATCH] Release pytango v9.2.2 --- tango/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tango/release.py b/tango/release.py index e629fcbf..48cba49a 100644 --- a/tango/release.py +++ b/tango/release.py @@ -45,7 +45,7 @@ class Release: - license: (str) the license """ name = 'PyTango' - version_info = (9, 2, 2, 'dev', 0) + version_info = (9, 2, 2) version = '.'.join(map(str, version_info[:3])) release = ''.join(map(str, version_info[3:])) separator = '.' if 'dev' in release or 'post' in release else ''