diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2015-03-02 18:15:13 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2015-03-02 18:15:53 +0000 |
commit | 6dd9a60a8514c323152df2c1b42765c452e66396 (patch) | |
tree | c78a8777613fe830083e0339e32124a6831cc0e2 /docs/conf.py | |
parent | 1f819a18c1a96a7c46311c054be80aeb29040750 (diff) | |
download | sos-6dd9a60a8514c323152df2c1b42765c452e66396.tar.gz |
[docs] update version in Sphinx configuration
Signed-off-by: Bryn M. Reeves <bmr@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 41d81140..80fcd019 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 = '3.1' +version = '3.2' # The full version, including alpha/beta/rc tags. -release = '3.1' +release = '3.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |