Browse Source

Version bump

opensearch
Roi Rav-Hon 6 years ago
parent
commit
d760a3ed21
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

@ -138,6 +138,7 @@ LOGGING = {
- appname - Your django app
## Release Notes
- 2.0.7 - Make sure sending thread is alive after fork (Thanks @jo-tham!)
- 2.0.6 - Add "flush()" method to manually drain the queue (Thanks @orenmazor!)
- 2.0.5 - Support for extra fields
- 2.0.4 - Publish package as source along wheel, and supprt python3 packagin (Thanks @cchristous!)


+ 1
- 1
setup.py View File

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