diff --git a/README.md b/README.md index e7018ad..52eac93 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ LOGGING = { - appname - Your django app ## Release Notes +- 2.0.7 - Make sure sending thread is alive after fork (Thanks @jo-tham!) - 2.0.6 - Add "flush()" method to manually drain the queue (Thanks @orenmazor!) - 2.0.5 - Support for extra fields - 2.0.4 - Publish package as source along wheel, and supprt python3 packagin (Thanks @cchristous!) diff --git a/setup.py b/setup.py index f217335..4477d34 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup( name="logzio-python-handler", - version='2.0.6', + version='2.0.7', description="Logging handler to send logs to your Logz.io account with bulk SSL", keywords="logging handler logz.io bulk https", author="roiravhon",