Browse Source

version update (#53)

opensearch
Miri 4 years ago
committed by GitHub
parent
commit
e588eb0ac8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      setup.py

+ 1
- 1
README.md View File

@ -164,7 +164,7 @@ LOGGING = {
- appname - Your django app
## Release Notes
- 2.0.14
- 2.0.15
- Added flusher decorator for serverless platforms(@mcmasty)
- Add support for `python3.7` and `python3.8`
- 2.0.13


+ 1
- 1
setup.py View File

@ -3,7 +3,7 @@
from setuptools import setup, find_packages
setup(
name="logzio-python-handler",
version='2.0.14',
version='2.0.15',
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