diff options
author | kotfu <kotfu@kotfu.net> | 2018-01-07 12:09:31 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-01-07 12:09:31 -0700 |
commit | 4f54d10f4c8d5b5c03626a88f8198318a8080fc6 (patch) | |
tree | c567676617cbb0cad1139b9267e00e7ad8f531dc /docs | |
parent | d63c878413006630834324d71bd22f012bc543a8 (diff) | |
parent | 2a474dc8f13a3a4558136215a7a1706ba13ba732 (diff) | |
download | cmd2-git-4f54d10f4c8d5b5c03626a88f8198318a8080fc6.tar.gz |
Merge branch 'master' of github.com:python-cmd2/cmd2 into argparse
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 2 | ||||
-rw-r--r-- | docs/index.rst | 2 | ||||
-rw-r--r-- | docs/install.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index 1212a6e2..fd3e9476 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.8' +release = '0.7.9' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index 8e8817b2..2ef787e1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -73,7 +73,7 @@ Contents: Compatibility ============= -Tested and working with Python 2.7 and 3.3+. +Tested and working with Python 2.7 and 3.4+. Indices and tables ================== diff --git a/docs/install.rst b/docs/install.rst index 9e330c3c..19cbdd78 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -7,7 +7,7 @@ This section covers the basics of how to install, upgrade, and uninstall ``cmd2` Installing ---------- -First you need to make sure you have Python 2.7 or Python 3.3+, pip_, and setuptools_. Then you can just use pip to +First you need to make sure you have Python 2.7 or Python 3.4+, pip_, and setuptools_. Then you can just use pip to install from PyPI_. .. _pip: https://pypi.python.org/pypi/pip |