From d760a3ed21d1396ea84e7d56fba487043c6ceb48 Mon Sep 17 00:00:00 2001 From: Roi Rav-Hon Date: Wed, 21 Feb 2018 12:57:14 +0200 Subject: [PATCH] Version bump --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",