diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-01-30 09:38:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-30 09:38:49 -0500 |
commit | 1383b0dd66b740a03545c57c05bb8810a5d18d80 (patch) | |
tree | af4ceb95b651a56260ace3165daee6845d668db8 /docs/conf.py | |
parent | d3bab07ff700e596795b42290a17c0ec557b15da (diff) | |
parent | fa6c430e25920995c010b3f9aced273256f3b800 (diff) | |
download | cmd2-git-1383b0dd66b740a03545c57c05bb8810a5d18d80.tar.gz |
Merge pull request #33 from tleonhardt/pypi_text
Various minor updates:
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. |