Skip to content

Commit

Permalink
Bump version: 0.15.1 → 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jul 30, 2023
1 parent d1e307d commit ff9bf66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.15.1
current_version = 0.15.2
files = setup.py grafana_wtf/__init__.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion grafana_wtf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""grafana-wtf: Grep through all Grafana entities"""
__appname__ = "grafana-wtf"
__version__ = "0.15.1"
__version__ = "0.15.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

setup(
name="grafana-wtf",
version="0.15.1",
version="0.15.2",
description="Grep through all Grafana entities in the spirit of git-wtf",
long_description=README,
license="AGPL 3, EUPL 1.2",
Expand Down

0 comments on commit ff9bf66

Please sign in to comment.