diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-06-07 00:26:35 -0400 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-06-07 00:26:35 -0400 |
| commit | 91a69cb3a6c4882aa6c2f953582444e5918aca07 (patch) | |
| tree | c2354f1cbf98be74c8e86aaa062ef443cec4ea76 /docs/conf.py | |
| parent | 05e15985e4a593c8b14151c705315e8985cff00e (diff) | |
| download | cmd2-git-91a69cb3a6c4882aa6c2f953582444e5918aca07.tar.gz | |
Backported file open crash fixes for Issue #430 to python2 branch
Also:
- Bumped version on python2 branch to 0.8.8
- Updated CHANGELOG
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 e81205b3..71dff86e 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.7' +release = '0.8.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |
