We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a0cfe5 + 966e723 commit 341b42dCopy full SHA for 341b42d
setup.py
@@ -1,6 +1,6 @@
1
from distutils.core import setup
2
3
-VERSION = '1.1.0'
+VERSION = '1.1.2'
4
DESCRIPTION = 'A custom python applications logging handler. Use custom JSON format and sends logs via Telegram Bot Api.'
5
LONG_DESCRIPTION = open('README.md').read() + '\n\n' + open('CHANGELOG.md').read()
6
0 commit comments