diff options
author | Jake Hunsaker <jacob.r.hunsaker@gmail.com> | 2023-07-20 17:38:49 -0400 |
---|---|---|
committer | Jake Hunsaker <jacob.r.hunsaker@gmail.com> | 2023-07-20 17:38:49 -0400 |
commit | a660c4f160f020c32f8eb2ee5412c54404528ca7 (patch) | |
tree | 252047d2f049cf6b2cfada764ed3673820e3aaa0 /docs/conf.py | |
parent | cdf78fe26d3cdeb94dc45484fa66bf58d886500d (diff) | |
download | sos-a660c4f160f020c32f8eb2ee5412c54404528ca7.tar.gz |
[build] Bump version to 4.5.6
This commit marks the release of sos-4.5.6.
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 c501ecec..926dd919 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.5' +version = '4.5.6' # The full version, including alpha/beta/rc tags. -release = '4.5.5' +release = '4.5.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |