diff options
author | kotfu <jared@kotfu.net> | 2018-05-31 20:50:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-31 20:50:55 -0600 |
commit | 8ca52ba0d5617a227d67132d53dd7258829fa5ef (patch) | |
tree | 03fa9a1595a5f76d41b3e82eefac0d2003753464 /docs/conf.py | |
parent | c404cce4934d96b7a9cb4514ad69edde892ffb1d (diff) | |
parent | 26c92194eaafd78100fe3aa4290e7fd67d8f3120 (diff) | |
download | cmd2-git-8ca52ba0d5617a227d67132d53dd7258829fa5ef.tar.gz |
Merge branch 'master' into unit_tests
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 997405dd..25ba2a78 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.1' +release = '0.9.2a' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |