diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-13 22:17:14 -0700 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-13 22:17:14 -0700 |
commit | daab800949272c5b6e6d950048559fe97c1aff7f (patch) | |
tree | 1f5e3a40e3261bdb573d164368c60e6ee8263cea /docs/conf.py | |
parent | 3bdcdf206c5f4078b0e91ba3ad3d3b1815931694 (diff) | |
download | cmd2-git-daab800949272c5b6e6d950048559fe97c1aff7f.tar.gz |
Preparation for 0.8.5 release
- Bumped version to 0.8.5
- Added details to CHANGELOG.md regarding recent changes
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 93f1c4c9..c654c7bd 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.4' +release = '0.8.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |