diff options
author | Jake Hunsaker <jacob.r.hunsaker@gmail.com> | 2024-02-19 19:39:46 -0500 |
---|---|---|
committer | Jake Hunsaker <jacob.r.hunsaker@gmail.com> | 2024-02-19 19:39:46 -0500 |
commit | 9090280863581f2828fac42e03fea52a4ba42d82 (patch) | |
tree | e05dfca3b705120ce53bad0130fc9deaf3a35d4e /docs | |
parent | 5f95f2d30c1c900ee65102cd002135258599749a (diff) | |
download | sos-9090280863581f2828fac42e03fea52a4ba42d82.tar.gz |
[build] Bump version to 4.7.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 57d1b929..43ad0369 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.6.1' +version = '4.7.0' # The full version, including alpha/beta/rc tags. -release = '4.6.1' +release = '4.7.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |