From ff9bf664aa3b095fdec1dc8797a3f13134b8efea Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sun, 30 Jul 2023 22:38:03 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.15.1=20=E2=86=92=200.15.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- grafana_wtf/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 99df85d..057f08b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -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 diff --git a/grafana_wtf/__init__.py b/grafana_wtf/__init__.py index 90a70e4..8325274 100644 --- a/grafana_wtf/__init__.py +++ b/grafana_wtf/__init__.py @@ -1,3 +1,3 @@ """grafana-wtf: Grep through all Grafana entities""" __appname__ = "grafana-wtf" -__version__ = "0.15.1" +__version__ = "0.15.2" diff --git a/setup.py b/setup.py index 3a49763..f516f6e 100644 --- a/setup.py +++ b/setup.py @@ -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",