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