From d3071b207c75d57119e6d2f5d43b7c5a16fbe2f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 May 2020 04:11:51 +0000 Subject: [PATCH] Release version 0.5.13 --- .bumpversion.cfg | 3 +-- scratchrelaxtv/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 268ee98..9aad1af 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.12 +current_version = 0.5.13 commit = False tag = False tag_name = {new_version} @@ -7,4 +7,3 @@ tag_name = {new_version} [bumpversion:file:scratchrelaxtv/__init__.py] [bumpversion:file:setup.cfg] - diff --git a/scratchrelaxtv/__init__.py b/scratchrelaxtv/__init__.py index d8ef7e5..dc9f1f8 100644 --- a/scratchrelaxtv/__init__.py +++ b/scratchrelaxtv/__init__.py @@ -20,7 +20,7 @@ import re -__version__ = "0.5.12" +__version__ = "0.5.13" EXIT_OKAY = 0 EXIT_NOT_OKAY = 1 diff --git a/setup.cfg b/setup.cfg index a4d1e71..a75e8b5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ name = scratchrelaxtv description = Terraform developer tool to extract variables and generate variables.tf files. long_description = file: README.md, CHANGELOG.md long_description_content_type = text/markdown -version = 0.5.12 +version = 0.5.13 author = YakDriver author_email = projects@plus3it.com url = https://github.com/YakDriver/scratchrelaxtv