diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-06-28 23:58:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-28 23:58:44 -0400 |
commit | e03c6c25f6804f9895c29175e4e8bc7b98ba361e (patch) | |
tree | 70510ce430ec6230f528c321f6df222607f93e74 /docs/conf.py | |
parent | d5cacbf99100e722d265816483c8953d7e81a3b6 (diff) | |
parent | 21f45c49898740adb5bb84258e6c3d744eab5520 (diff) | |
download | cmd2-git-e03c6c25f6804f9895c29175e4e8bc7b98ba361e.tar.gz |
Merge pull request #456 from python-cmd2/table_display0.9.2
table_display.py example now uses tableformatter instead of tabulate
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 25ba2a78..45639f58 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.2a' +release = '0.9.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |