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 75059a7 commit 6ffd4d4Copy full SHA for 6ffd4d4
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.21.1
+current_version = 0.22.0
3
files = setup.py grafana_wtf/__init__.py
4
commit = True
5
tag = True
grafana_wtf/__init__.py
@@ -1,4 +1,4 @@
"""grafana-wtf: Grep through all Grafana entities"""
__appname__ = "grafana-wtf"
-__version__ = "0.21.1"
+__version__ = "0.22.0"
setup.py
@@ -43,7 +43,7 @@
43
44
setup(
45
name="grafana-wtf",
46
- version="0.21.1",
+ version="0.22.0",
47
description="Grep through all Grafana entities in the spirit of git-wtf",
48
long_description=README,
49
license="AGPL 3, EUPL 1.2",
0 commit comments