We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16507d4 commit ffa300dCopy full SHA for ffa300d
setup.py
@@ -34,7 +34,7 @@
34
# Versions should comply with PEP440. For a discussion on single-sourcing
35
# the version across setup.py and the project code, see
36
# https://packaging.python.org/en/latest/single_source_version.html
37
- version='2.0.7',
+ version='2.0.8',
38
39
description='forked Elasticsearch Log handler for the logging library that includes session token support',
40
long_description=long_description,
@@ -49,7 +49,7 @@
49
50
# Choose your license
51
license='Apache2',
52
-
+
53
classifiers=[
54
# How mature is this project? Common values are
55
# 3 - Alpha
0 commit comments