diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-07-03 17:55:50 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-07-03 17:55:50 -0400 |
commit | d092e61815f9132b7acd3859563c143ac8ddda56 (patch) | |
tree | 3ece5af2c6e31f27c3965087385ae962d62301d9 /docs/conf.py | |
parent | 58af11db245c9440a4338cd4f34c5e73d7c90719 (diff) | |
download | cmd2-git-d092e61815f9132b7acd3859563c143ac8ddda56.tar.gz |
Bump version to 0.7.5a
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 60a28d13..fa559859 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.0' +release = '0.7.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |