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 b1deecb commit 25dd79aCopy full SHA for 25dd79a
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.20.0
+current_version = 0.20.1
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.20.0"
+__version__ = "0.20.1"
setup.py
@@ -41,7 +41,7 @@
41
42
setup(
43
name="grafana-wtf",
44
- version="0.20.0",
+ version="0.20.1",
45
description="Grep through all Grafana entities in the spirit of git-wtf",
46
long_description=README,
47
license="AGPL 3, EUPL 1.2",
0 commit comments