diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2022-02-14 23:20:20 -0500 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2022-02-14 23:20:20 -0500 |
commit | e6d40eb3b4e3535617018b5555b4826d1b4575c4 (patch) | |
tree | 8fd928badf90c6bdb9ea044872ba723ef91936ed /docs/conf.py | |
parent | 9a96073e50e50eaa5308f42c96c133aa5cece5d9 (diff) | |
download | sos-e6d40eb3b4e3535617018b5555b4826d1b4575c4.tar.gz |
[build] Bump version to 4.34.3
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'docs/conf.py')
-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 cdde5a81..28858e28 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.2' +version = '4.3' # The full version, including alpha/beta/rc tags. -release = '4.2' +release = '4.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |