From e588eb0ac88e43ce18c21919d1ded9ff2f98cce5 Mon Sep 17 00:00:00 2001 From: Miri <37478344+mirii1994@users.noreply.github.com> Date: Mon, 23 Mar 2020 12:47:25 +0200 Subject: [PATCH] version update (#53) --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bc1d16..06606bc 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ LOGGING = { - appname - Your django app ## Release Notes -- 2.0.14 +- 2.0.15 - Added flusher decorator for serverless platforms(@mcmasty) - Add support for `python3.7` and `python3.8` - 2.0.13 diff --git a/setup.py b/setup.py index 9c687ed..c5a73fe 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name="logzio-python-handler", - version='2.0.14', + version='2.0.15', description="Logging handler to send logs to your Logz.io account with bulk SSL", keywords="logging handler logz.io bulk https", author="roiravhon",