diff --git a/README.rst b/README.rst index 2c145876..ded5f13a 100644 --- a/README.rst +++ b/README.rst @@ -92,7 +92,7 @@ Complete table of extras bellow: +-----------------------------------+------------------------------------------------+ | ``pip install aiomisc[carbon]`` | Sending metrics to carbon_ (part of graphite_) | +-----------------------------------+------------------------------------------------+ -| ``pip install aiomisc[cron]`` | use croniter_ for scheduling tasks | +| ``pip install aiomisc[cron]`` | use croniter_ for scheduling tasks | +-----------------------------------+------------------------------------------------+ | ``pip install aiomisc[raven]`` | Sending exceptions to sentry_ using raven_ | +-----------------------------------+------------------------------------------------+ @@ -280,7 +280,7 @@ Such as: ``AIOHTTPService``, ``ASGIService``, ``TCPServer``, Unfortunately in this section it is not possible to pay more attention to this, please pay attention to the Tutorial_ section section, there are more examples and explanations, and of cource you always can find out an answer on -the :doc:`/api/index` or in the source code. The authors have tried to make +the `/api/index` or in the source code. The authors have tried to make the source code as clear and simple as possible, so feel free to explore it. @@ -340,15 +340,3 @@ For setting up developer environment just execute: .. _API reference: https://aiomisc.readthedocs.io/en/latest/api/index.html .. _Modules: https://aiomisc.readthedocs.io/en/latest/modules.html .. _Tutorial: https://aiomisc.readthedocs.io/en/latest/tutorial.html - -Table Of Contents -+++++++++++++++++ - -.. toctree:: - :glob: - :numbered: - :maxdepth: 3 - - tutorial - modules - api/index diff --git a/aiomisc/version.py b/aiomisc/version.py index 3fd30480..ab5562ff 100644 --- a/aiomisc/version.py +++ b/aiomisc/version.py @@ -2,5 +2,5 @@ # BY: poem-plugins "git" plugin # NEVER EDIT THIS FILE MANUALLY -version_info = (16, 3, 3) -__version__ = "16.3.3" +version_info = (16, 3, 0) +__version__ = "16.3.0" diff --git a/pyproject.toml b/pyproject.toml index 6cfdf86b..a7fb4258 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "aiomisc" # This is a dummy version which will be rewritten with poem-plugins -version = "16.3.3" +version = "16.3.0" description = "aiomisc - miscellaneous utils for asyncio" authors = ["Dmitry Orlov "] readme = "README.rst" @@ -9,7 +9,7 @@ license = "MIT" homepage = "https://github.com/aiokitchen/aiomisc" classifiers = [ "Framework :: Pytest", - "ntended Audience :: Developers", + "Intended Audience :: Developers", "Natural Language :: Russian", "Operating System :: MacOS", "Operating System :: POSIX",