From e3874b3192c693970ef6c6d6399ea13c988d5d68 Mon Sep 17 00:00:00 2001 From: idohalevi Date: Tue, 23 Apr 2019 10:19:03 +0300 Subject: [PATCH] update setup.py + readme to version 2.0.12 --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a4a891..dae5dba 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ LOGGING = { - appname - Your django app ## Release Notes +- 2.0.12 - Support disable logs local backup - 2.0.11 - Completely isolate exception from the message - 2.0.10 - Not ignoring formatting on exceptions - 2.0.9 - Support extra fields on exceptions too (Thanks @asafc64!) diff --git a/setup.py b/setup.py index 570f621..755f218 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.11', + version='2.0.12', description="Logging handler to send logs to your Logz.io account with bulk SSL", keywords="logging handler logz.io bulk https", author="roiravhon",