diff options
author | Jake Hunsaker <jacob.r.hunsaker@gmail.com> | 2023-06-23 08:56:52 -0400 |
---|---|---|
committer | Jake Hunsaker <jacob.r.hunsaker@gmail.com> | 2023-06-23 08:56:52 -0400 |
commit | 291eea59e43293361ad6748037275d310f0e3e85 (patch) | |
tree | fa04fe6254d118a3dda76efd4325bce0c44f082b /docs/conf.py | |
parent | 9591c47f2bbca5edb331aaa008cab300e557f67a (diff) | |
download | sos-291eea59e43293361ad6748037275d310f0e3e85.tar.gz |
[build] Bump version to 4.5.5
This commit marks the release of sos-4.5.5.
Signed-off-by: Jake Hunsaker <jacob.r.hunsaker@gmail.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 1ce37610..c501ecec 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.4' +version = '4.5.5' # The full version, including alpha/beta/rc tags. -release = '4.5.4' +release = '4.5.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |