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 d9c1cff commit 3ce43caCopy full SHA for 3ce43ca
logging_loki/__init__.py
@@ -4,5 +4,5 @@
4
from logging_loki.handlers import LokiQueueHandler
5
6
__all__ = ["LokiHandler", "LokiQueueHandler"]
7
-__version__ = "1.1.1"
+__version__ = "1.2.0"
8
name = "logging_loki"
setup.py
@@ -7,7 +7,7 @@
setuptools.setup(
9
name="python-logging-loki",
10
- version="1.1.1",
+ version="1.2.0",
11
description="Python logging handler for Grafana Loki.",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
0 commit comments