From b7b22cf8d6d1148d50eb9e9e4194ebad1af8d614 Mon Sep 17 00:00:00 2001 From: Roi Rav-Hon Date: Sun, 16 Jul 2017 10:54:25 +0300 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 371821d..183bb58 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ LOGGING = { - appname - Your django app ## Release Notes +- 2.0.2 - Support for formatted messages (Thanks @johnraz!) - 2.0.1 - Added __all__ to __init__.py, so support * imports - 2.0.0 - Production, stable release. - *BREAKING* - Configuration option logs_drain_count was removed, and the order of the parameters has changed for better simplicity. Please review the parameters section above. diff --git a/setup.py b/setup.py index 0b7773d..5fd5778 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.1', + version='2.0.2', description="Logging handler to send logs to your Logz.io account with bulk SSL", keywords="logging handler logz.io bulk https", author="roiravhon",