diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-04 13:48:08 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-04 13:48:08 -0500 |
commit | f82ed4e03627f3149da0675432f218c5ead468e2 (patch) | |
tree | 2ebdb0db05ed3e90bface0236e14bc1455de7b5f /docs/conf.py | |
parent | 63b0c6b3a92cab837a71bbad78e777c522823c93 (diff) | |
download | cmd2-git-f82ed4e03627f3149da0675432f218c5ead468e2.tar.gz |
Updating version and changelog in preparation for minor bug fix realease
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 1212a6e2..fd3e9476 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.7' # The full version, including alpha/beta/rc tags. -release = '0.7.8' +release = '0.7.9' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |