Output simplified Python version
commit94db9ccb05054a620e6c426205764b65054294a8
authorPeter Grayson <pete@jpgrayson.net>
Sun, 3 Oct 2021 03:45:16 +0000 (2 23:45 -0400)
committerPeter Grayson <pete@jpgrayson.net>
Sun, 10 Oct 2021 13:32:24 +0000 (10 09:32 -0400)
tree318d55f2ee072cd74fe8c8fd5a4146b14e386b73
parent8cd663daa5cc7eefa5db2d6efa2ee08126e920e2
Output simplified Python version

Running `python --version` produces a single-line of version information
of the form "Python X.Y.Z" versus the multi-line form from sys.version
that includes date and compiler information. The simpler form keeps `stg
version` output more concise.

Signed-off-by: Peter Grayson <pete@jpgrayson.net>
stgit/main.py