From 8498670f735fbc2db2ab7b7d51d23c9266e1b3ea Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Fri, 5 Feb 2016 19:34:09 +0000 Subject: [sos] fix version string Fix the version string in the sos package __init__.py. Signed-off-by: Bryn M. Reeves --- sos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos/__init__.py b/sos/__init__.py index 066e1181..0e5c0bc2 100644 --- a/sos/__init__.py +++ b/sos/__init__.py @@ -23,7 +23,7 @@ gettext to internationalize messages. import gettext -__version__ = "3.2.0a1" +__version__ = "3.2" gettext_dir = "/usr/share/locale" gettext_app = "sos" -- cgit