diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2022-08-15 16:07:50 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2022-08-15 16:07:50 -0400 |
commit | 7a98f67b0b39408fef83729d19025fa238d60e75 (patch) | |
tree | 5fa8f0c4103a49fc261b183b577fc36ac343c255 /docs | |
parent | d1d0812f5318ab2190b32ff83312ef875ddad225 (diff) | |
download | sos-7a98f67b0b39408fef83729d19025fa238d60e75.tar.gz |
[build] Bump version to sos-4.44.4
This commit marks the release of sos-4.4.
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 28858e28..c886a9b9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,9 +59,9 @@ copyright = '2014, Bryn Reeves' # built documents. # # The short X.Y version. -version = '4.3' +version = '4.4' # The full version, including alpha/beta/rc tags. -release = '4.3' +release = '4.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |