aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2016-02-05 19:34:09 +0000
committerBryn M. Reeves <bmr@redhat.com>2016-02-05 19:34:09 +0000
commit8498670f735fbc2db2ab7b7d51d23c9266e1b3ea (patch)
tree0adbd08a195a35064ff1657069ffb95b5acf9194
parenta2ab04dde386c900daac130273c6677b6bbac5c8 (diff)
downloadsos-8498670f735fbc2db2ab7b7d51d23c9266e1b3ea.tar.gz
[sos] fix version string
Fix the version string in the sos package __init__.py. Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/__init__.py2
1 files changed, 1 insertions, 1 deletions
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"