We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f36ef commit 1dc706aCopy full SHA for 1dc706a
logging_loki/__init__.py
@@ -4,5 +4,5 @@
4
from logging_loki.handlers import LokiQueueHandler
5
6
__all__ = ["LokiHandler", "LokiQueueHandler"]
7
-__version__ = "0.3.0"
+__version__ = "0.3.1"
8
name = "logging_loki"
setup.py
@@ -7,7 +7,7 @@
setuptools.setup(
9
name="python-logging-loki",
10
- version="0.3.0",
+ version="0.3.1",
11
description="Python logging handler for Grafana Loki.",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
0 commit comments