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.
1 parent ed2d4aa commit 14fcd11Copy full SHA for 14fcd11
setup.py
@@ -1,6 +1,6 @@
1
from distutils.core import setup
2
3
-VERSION = '2.0.0'
+VERSION = '2.1.0'
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