diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-01-29 18:37:22 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-01-29 18:37:22 -0500 |
commit | fa6c430e25920995c010b3f9aced273256f3b800 (patch) | |
tree | af4ceb95b651a56260ace3165daee6845d668db8 /docs/conf.py | |
parent | d3bab07ff700e596795b42290a17c0ec557b15da (diff) | |
download | cmd2-git-fa6c430e25920995c010b3f9aced273256f3b800.tar.gz |
Various minor updates:
- Updated .gitignore for code coverage result dirs from coverage and pytest-cov
- Updated README.rst to include badge for latest docs from readthedocs.io
- Updated setup.py to have updated info for the next time a release is made to PyPI
- Documentation updates:
- Bumped version in conf.py to 0.7
- Updated links in index.rst and alternatives.rst
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 32d9243c..5a0e7c1a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,9 +45,9 @@ copyright = u'2010, Catherine Devlin' # built documents. # # The short X.Y version. -version = '0.6' +version = '0.7' # The full version, including alpha/beta/rc tags. -release = '0.6.9a' +release = '0.7.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |