Browse Source

Merge pull request #40 from logzio/2.0.13-release

update readme and setup.py before a new release
opensearch
Ido Halevi 5 years ago
committed by GitHub
parent
commit
138e81b44f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      README.md
  2. +1
    -1
      setup.py

+ 3
- 0
README.md View File

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


+ 1
- 1
setup.py View File

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


Loading…
Cancel
Save