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 1828280 + 9edcf7c commit b33e834Copy full SHA for b33e834
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.6.10
+current_version = 0.6.11
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.10"
+__version__ = "0.6.11"
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.10
+version = 0.6.11
7
author = YakDriver
8
author_email = [email protected]
9
url = https://github.com/YakDriver/scratchrelaxtv
0 commit comments