Skip to content

Commit 956e427

Browse files
authored
Merge pull request #139 from YakDriver/autorelease/0.6.9
Release version 0.6.9
2 parents 47fdb58 + 0015e9a commit 956e427

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.8
2+
current_version = 0.6.9
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.8"
23+
__version__ = "0.6.9"
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.8
6+
version = 0.6.9
77
author = YakDriver
88
author_email = projects@plus3it.com
99
url = https://github.com/YakDriver/scratchrelaxtv

0 commit comments

Comments
 (0)