We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86d5d3 commit df648d5Copy full SHA for df648d5
logging_loki/__init__.py
@@ -4,5 +4,5 @@
4
from logging_loki.handlers import LokiQueueHandler
5
6
__all__ = ["LokiHandler", "LokiQueueHandler"]
7
-__version__ = "1.1.0"
+__version__ = "1.1.1"
8
name = "logging_loki"
setup.py
@@ -7,7 +7,7 @@
setuptools.setup(
9
name="python-logging-loki",
10
- version="1.1.0",
+ version="1.1.1",
11
description="Python logging handler for Grafana Loki.",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
0 commit comments