minor changes

This commit is contained in:
mihalin 2021-09-22 21:34:15 +03:00
parent 5cf69e3ea9
commit cbc3b586a7
2 changed files with 6 additions and 3 deletions

View File

@ -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)

View File

@ -26,7 +26,7 @@ class OlgramSettings(AbstractSettings):
@classmethod
def version(cls):
return "0.0.4"
return "0.0.5"
class ServerSettings(AbstractSettings):