diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-09 22:11:09 -0700 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-09 22:11:09 -0700 |
commit | 43e6ae2ec979c04a81f7fc992c6b836f09043a92 (patch) | |
tree | 39519717b59106faa6e592079755f0f925bafc48 /docs/conf.py | |
parent | 98301d03570f3e2e407c1397641bf2b04eb480ac (diff) | |
download | cmd2-git-43e6ae2ec979c04a81f7fc992c6b836f09043a92.tar.gz |
Deleted optparse code which had been previously deprecated in 0.8.0 release
Also:
- Bumped version to 0.8.4
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 8d457b8a..93f1c4c9 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.8' # The full version, including alpha/beta/rc tags. -release = '0.8.3' +release = '0.8.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |