diff options
author | Jake Hunsaker <jacob.r.hunsaker@gmail.com> | 2023-08-17 18:46:11 -0400 |
---|---|---|
committer | Jake Hunsaker <jacob.r.hunsaker@gmail.com> | 2023-08-17 18:46:11 -0400 |
commit | c1e0741844c8854e6d68389280700a688be515cf (patch) | |
tree | 34597bace834f4c4699611bf96e1639579ee01e2 /docs | |
parent | 1d4a6b1a9a41e0d29ad8babf80abc45a2e7b58be (diff) | |
download | sos-c1e0741844c8854e6d68389280700a688be515cf.tar.gz |
[build] Bump version to 4.6.0
Signed-off-by: Jake Hunsaker <jacob.r.hunsaker@gmail.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 926dd919..5f105373 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.6' +version = '4.6.0' # The full version, including alpha/beta/rc tags. -release = '4.5.6' +release = '4.6.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |