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",