From 23d1ed5031dee12f11ae7c01fdf9ec11f976d598 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Nov 2020 04:24:28 +0000 Subject: [PATCH] Release version 0.6.17 --- .bumpversion.cfg | 2 +- scratchrelaxtv/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c1c4e92..efe4e3f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.16 +current_version = 0.6.17 commit = False tag = False tag_name = {new_version} diff --git a/scratchrelaxtv/__init__.py b/scratchrelaxtv/__init__.py index e0f888c..fd0e267 100644 --- a/scratchrelaxtv/__init__.py +++ b/scratchrelaxtv/__init__.py @@ -20,7 +20,7 @@ import re -__version__ = "0.6.16" +__version__ = "0.6.17" EXIT_OKAY = 0 EXIT_NOT_OKAY = 1 diff --git a/setup.cfg b/setup.cfg index a2b56b8..2fd463f 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.6.16 +version = 0.6.17 author = YakDriver author_email = projects@plus3it.com url = https://github.com/YakDriver/scratchrelaxtv