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