diff --git a/README.md b/README.md index 1c0a4a6..71bab4b 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,9 @@ LOGGING = { - appname - Your django app ## Release Notes +- 2.0.13 + - Add support for `pypy` and `pypy3`(@rudaporto-olx) + - Add timeout for requests.post() (@oseemann) - 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 diff --git a/setup.py b/setup.py index 755f218..c3f6cfa 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.12', + version='2.0.13', description="Logging handler to send logs to your Logz.io account with bulk SSL", keywords="logging handler logz.io bulk https", author="roiravhon",