Skip to content

Commit

Permalink
🔖 version 1.3.0 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaurele committed Apr 12, 2024
1 parent 766fcb4 commit 139b11a
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gandi-2-terraform"
version = "1.2.1"
version = "1.3.0"
description = "CLI to read Gandi.net live DNS records and generate corresponding TF gandi_livedns_record resources"
readme = 'README.md'
license = "AGPL"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_gandi_tf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

def test_version():
"""Test version number"""
assert __version__ == "1.2.1"
assert __version__ == "1.3.0"

0 comments on commit 139b11a

Please sign in to comment.