diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2023-03-01 13:03:10 -0500 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2023-03-01 13:03:10 -0500 |
commit | c423223af3321a3e914f6c42d025faba2e40e7a7 (patch) | |
tree | 6e0dcdc03eaf174195875d012d03d7087fec6f2f /docs/conf.py | |
parent | 82a6e68217aa95e4453b4f96431db730705c0800 (diff) | |
download | sos-4.5.1.tar.gz |
[build] Bump version to 4.5.14.5.1
This commit marks the release of sos-4.5.1
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 82cefd49..e6017d9e 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.5.0' +version = '4.5.1' # The full version, including alpha/beta/rc tags. -release = '4.5.0' +release = '4.5.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |