diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2017-05-02 17:15:38 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2017-05-02 17:15:38 +0100 |
commit | f0f20b41ff3344cf02c9d13938a431c9b482a1d4 (patch) | |
tree | bc1bd78ea1cb1907a9166a663382b37771d6381d | |
parent | 02b95e468211406989fd488e649f99bf9e9dfc1c (diff) | |
download | sos-f0f20b41ff3344cf02c9d13938a431c9b482a1d4.tar.gz |
[sos] update generated __init__.py
For hysterical reasons (RPM builds), the version string stored in
the module file for the sos module is substituted from a value
stored in the top level Makefile: this needs to be regenerated
and committed each time the version changes.
Update this for 3.4.
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/__init__.py b/sos/__init__.py index 0e5c0bc2..cbf86757 100644 --- a/sos/__init__.py +++ b/sos/__init__.py @@ -23,7 +23,7 @@ gettext to internationalize messages. import gettext -__version__ = "3.2" +__version__ = "3.4" gettext_dir = "/usr/share/locale" gettext_app = "sos" |