diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-15 12:18:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-15 12:18:02 -0700 |
commit | 8aaf6f431ef5e0f5e4e55759a08a22a4591d8f6b (patch) | |
tree | 6ccdbef8234eea551544836450ccc6673557611c /docs/conf.py | |
parent | d4c6cd476d9cbdf306dec9ccde1efa822d2c61d8 (diff) | |
parent | 339d2ef4d3b43fcc151328eb9b1368d0900d8e81 (diff) | |
download | cmd2-git-8aaf6f431ef5e0f5e4e55759a08a22a4591d8f6b.tar.gz |
Merge pull request #344 from python-cmd2/delete_optparse
Delete optparse
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index c654c7bd..97c6269b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,9 +60,9 @@ author = 'Catherine Devlin and Todd Leonhardt' # built documents. # # The short X.Y version. -version = '0.8' +version = '0.9' # The full version, including alpha/beta/rc tags. -release = '0.8.5' +release = '0.9.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |