Browse Source

update setup.py + readme to version 2.0.12

opensearch
idohalevi 5 years ago
parent
commit
e3874b3192
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      README.md
  2. +1
    -1
      setup.py

+ 1
- 0
README.md View File

@ -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!)


+ 1
- 1
setup.py View File

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


Loading…
Cancel
Save