Skip to content

Commit 234a661

Browse files
authored
Merge pull request #158 from YakDriver/autorelease/0.6.15
Release version 0.6.15
2 parents a7a1972 + 7648ef9 commit 234a661

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.14
2+
current_version = 0.6.15
33
commit = False
44
tag = False
55
tag_name = {new_version}

scratchrelaxtv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import re
2121

2222

23-
__version__ = "0.6.14"
23+
__version__ = "0.6.15"
2424
EXIT_OKAY = 0
2525
EXIT_NOT_OKAY = 1
2626

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = scratchrelaxtv
33
description = Terraform developer tool to extract variables and generate variables.tf files.
44
long_description = file: README.md, CHANGELOG.md
55
long_description_content_type = text/markdown
6-
version = 0.6.14
6+
version = 0.6.15
77
author = YakDriver
88
author_email = projects@plus3it.com
99
url = https://github.com/YakDriver/scratchrelaxtv

0 commit comments

Comments
 (0)