From e81a0fba3ad8ce56ddef6208c9249d72ea88259d Mon Sep 17 00:00:00 2001 From: Eugene Davis Date: Thu, 2 Jun 2022 15:10:26 +0200 Subject: [PATCH] Move out of templates folder (#18) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Move out of templates folder * Bump version: 0.3.3 → 0.3.4 --- .bumpversion.cfg | 2 +- .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md | 0 .github/workflows/release.yml | 2 +- pyproject.toml | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md (100%) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 331c088..6588932 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.3 +current_version = 0.3.4 commit = True tag = False message = Bump version: {current_version} → {new_version} diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/pull_request_template.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to .github/pull_request_template.md diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c3e7d0..61d77ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: env: - VERSION: 0.3.3 + VERSION: 0.3.4 jobs: docker: diff --git a/pyproject.toml b/pyproject.toml index 485b7b0..149299d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sp-devsup-vault-expiration-monitoring" -version = "0.3.3" +version = "0.3.4" description = "Prometheus exporter to monitor custom metadata for KV2 secrets for (self-imposed) expiration." authors = ["Eugene Davis "] readme = "README.md"