Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simosho committed Dec 14, 2023
1 parent c86d5d3 commit df648d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion logging_loki/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
from logging_loki.handlers import LokiQueueHandler

__all__ = ["LokiHandler", "LokiQueueHandler"]
__version__ = "1.1.0"
__version__ = "1.1.1"
name = "logging_loki"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="python-logging-loki",
version="1.1.0",
version="1.1.1",
description="Python logging handler for Grafana Loki.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit df648d5

Please sign in to comment.