Browse Source
Merge pull request #38 from logzio/bump-version
update setup.py + readme to version 2.0.12
opensearch
Ido Halevi
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
README.md
-
setup.py
|
|
@ -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!) |
|
|
|
|
|
@ -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", |
|
|
|