diff --git a/README.md b/README.md index 2b043e8..8e95e2a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # OLGram -[@olgram](https://t.me/olgrambot) - конструктор ботов обратной связи в Telegram - [![Static Analysis Status](https://github.com/civsocit/olgram/workflows/Linter/badge.svg)](https://github.com/civsocit/olgram/actions?workflow=Linter) [![Deploy Status](https://github.com/civsocit/olgram/workflows/Deploy/badge.svg)](https://github.com/civsocit/olgram/actions?workflow=Deploy) +[![Documentation](https://readthedocs.org/projects/olgram/badge/?version=latest)](https://olgram.readthedocs.io) + +[@olgram](https://t.me/olgrambot) - конструктор ботов обратной связи в Telegram + +Документация: https://olgram.readthedocs.io ![Logo](media/logo1_big.png) diff --git a/olgram/settings.py b/olgram/settings.py index 49af6a0..a920544 100644 --- a/olgram/settings.py +++ b/olgram/settings.py @@ -26,7 +26,7 @@ class OlgramSettings(AbstractSettings): @classmethod def version(cls): - return "0.0.4" + return "0.0.5" class ServerSettings(AbstractSettings):