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 fb0938b + 23d1ed5 commit e8f2d39Copy full SHA for e8f2d39
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.6.16
+current_version = 0.6.17
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.16"
+__version__ = "0.6.17"
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.16
+version = 0.6.17
7
author = YakDriver
8
author_email = [email protected]
9
url = https://github.com/YakDriver/scratchrelaxtv
0 commit comments