Skip to content

Commit

Permalink
release: terranova v0.6.4 (#122)
Browse files Browse the repository at this point in the history
Co-authored-by: obltmachine <[email protected]>
  • Loading branch information
1 parent 19ed90d commit de684a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ typeCheckingMode = "standard"

[tool.poetry]
name = "terranova"
version = "0.6.3"
version = "0.6.4"
description = "Terranova is a thin wrapper for Terraform that provides extra tools and logic to handle Terraform configurations at scale."
authors = ["Adrien Mannocci <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion terranova/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# specific language governing permissions and limitations
# under the License.
#
__version__ = "0.6.3"
__version__ = "0.6.4"

0 comments on commit de684a9

Please sign in to comment.