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