diff --git a/README.rst b/README.rst index 3b5ff6f..5c57408 100644 --- a/README.rst +++ b/README.rst @@ -136,10 +136,10 @@ Please see the read-the-docs documentation above for a full explanation and technical reference on available API classes. `View Documentation on Read The -Docs `__ +Docs `__ -.. |Documentation Status| image:: https://readthedocs.org/projects/smc-python/badge/?version=develop - :target: http://smc-python.readthedocs.io/en/develop/?badge=develop +.. |Documentation Status| image:: https://readthedocs.org/projects/smc-python/badge/?version=latest + :target: http://smc-python.readthedocs.io/en/develop/?badge=latest .. |PyPI version| image:: https://badge.fury.io/py/smc-python.svg :target: https://badge.fury.io/py/smc-python .. |Python version| image:: https://img.shields.io/pypi/pyversions/smc-python.svg?maxAge=2592000 diff --git a/smc/docs/conf.py b/smc/docs/conf.py index 893b7a5..ba66c59 100644 --- a/smc/docs/conf.py +++ b/smc/docs/conf.py @@ -75,9 +75,9 @@ def __getattr__(self, name): # built documents. # # The short X.Y version. -version = u'0.6.0' +version = u'0.6.2' # The full version, including alpha/beta/rc tags. -release = u'0.6.0' +release = u'0.6.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.