diff options
author | kotfu <kotfu@kotfu.net> | 2018-05-28 15:01:09 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-05-28 15:01:09 -0600 |
commit | 65016d2a58f58f042ab7017f156e1054602363dd (patch) | |
tree | 879354647f66a743894ebd37cdbeb7e601584eef /docs/conf.py | |
parent | 90765495f6385f8765bad94c5286b2da48bf1ba5 (diff) | |
download | cmd2-git-65016d2a58f58f042ab7017f156e1054602363dd.tar.gz |
Update version to 0.9.1rc1 to try and fix #421
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 97c6269b..f0c55ee1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ author = 'Catherine Devlin and Todd Leonhardt' # The short X.Y version. version = '0.9' # The full version, including alpha/beta/rc tags. -release = '0.9.0' +release = '0.9.1rc1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |