Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed May 29, 2020
1 parent cabdc4b commit 41df496
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[bumpversion]
current_version = 0.5.14
current_version = 0.6.0
commit = False
tag = False
tag_name = {new_version}

[bumpversion:file:scratchrelaxtv/__init__.py]

[bumpversion:file:setup.cfg]

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGE LOG

## 0.6.0 - 2020.05.29

* Output Terraform 0.12.x variables (variables without `"${}"`)
* Add feature to extract template variables from templates and generate corresponding HCL

## 0.5.2 - 2019.07.19

* Add compatibility with HCL2 / Terraform 0.12.x variables (variables without `"${}"`)
Expand Down
2 changes: 1 addition & 1 deletion scratchrelaxtv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import re


__version__ = "0.5.14"
__version__ = "0.6.0"
EXIT_OKAY = 0
EXIT_NOT_OKAY = 1

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
version = 0.5.14
version = 0.6.0
author = YakDriver
author_email = [email protected]
url = https://github.com/YakDriver/scratchrelaxtv
Expand Down

0 comments on commit 41df496

Please sign in to comment.