Skip to content

Commit

Permalink
release: terranova v0.4.0 (#59)
Browse files Browse the repository at this point in the history
* release: terranova v0.4.0

* fix: re-add license header

Signed-off-by: Adrien Mannocci <[email protected]>

---------

Signed-off-by: Adrien Mannocci <[email protected]>
Co-authored-by: obltmachine <[email protected]>
Co-authored-by: Adrien Mannocci <[email protected]>
  • Loading branch information
3 people authored Jun 27, 2024
1 parent 6bcc52b commit 5c08012
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.3.1-dev"
version = "0.4.0"
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.3.1-dev"
__version__ = "0.4.0"

0 comments on commit 5c08012

Please sign in to comment.