diff options
author | kotfu <kotfu@kotfu.net> | 2018-05-28 16:05:22 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-05-28 16:05:22 -0600 |
commit | a72219b1431627fdd2ce500d5f0f2bad26b3a6d3 (patch) | |
tree | 0fcee47d9c5a863f7bf56f3427c516376ba3dab6 /docs/conf.py | |
parent | 47908e7e67682d0f28ee7bf7680c8192dd8ad8a7 (diff) | |
download | cmd2-git-a72219b1431627fdd2ce500d5f0f2bad26b3a6d3.tar.gz |
Update version to 0.9.1 for #4210.9.1
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 4803309e..997405dd 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.1' +release = '0.9.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |