diff --git a/README.rst b/README.rst index 0a591cd..629745e 100644 --- a/README.rst +++ b/README.rst @@ -39,8 +39,8 @@ Why not cProfile and etc? (e.g. admin should be able to "trace" on request). -OSprofiler API version 0.3.0 ----------------------------- +OSprofiler API +-------------- There are a couple of things that you should know about API before using it. diff --git a/doc/source/conf.py b/doc/source/conf.py index 0c55486..7300cf4 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -58,15 +58,6 @@ master_doc = 'index' project = u'OSprofiler' copyright = u'%d, Mirantis Inc.' % datetime.datetime.now().year -# The version info for the project you're documenting, acts as replacement for -# |version| and |release|, also used in various other places throughout the -# built documents. -# -# The short X.Y version. -version = '0.2.5' -# The full version, including alpha/beta/rc tags. -release = '0.2.5' - # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. #language = None