We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47fdb58 + 0015e9a commit 956e427Copy full SHA for 956e427
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.6.8
+current_version = 0.6.9
3
commit = False
4
tag = False
5
tag_name = {new_version}
scratchrelaxtv/__init__.py
@@ -20,7 +20,7 @@
20
import re
21
22
23
-__version__ = "0.6.8"
+__version__ = "0.6.9"
24
EXIT_OKAY = 0
25
EXIT_NOT_OKAY = 1
26
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
6
-version = 0.6.8
+version = 0.6.9
7
author = YakDriver
8
author_email = [email protected]
9
url = https://github.com/YakDriver/scratchrelaxtv
0 commit comments