diff options
author | kotfu <kotfu@kotfu.net> | 2018-05-28 15:26:39 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-05-28 15:26:39 -0600 |
commit | 393cb71ee2eb79f9ef8f78e0d2796f479b929fd5 (patch) | |
tree | 62792618beb0004a8e5ec546d78bb020800bebba /docs | |
parent | 65016d2a58f58f042ab7017f156e1054602363dd (diff) | |
download | cmd2-git-393cb71ee2eb79f9ef8f78e0d2796f479b929fd5.tar.gz |
Update version to 0.9.0.1 for #421
Diffstat (limited to 'docs')
-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 f0c55ee1..4803309e 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.1rc1' +release = '0.9.0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |