Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/iac_code/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.6.0"
__version__ = "0.7.0"
__release_date__ = ""
2 changes: 1 addition & 1 deletion src/iac_code/i18n/locales/de/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: iac-code 0.6.0\n"
"Project-Id-Version: iac-code 0.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-06-04 15:58+0800\n"
"PO-Revision-Date: 2026-05-13 00:00+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion src/iac_code/i18n/locales/es/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: iac-code 0.6.0\n"
"Project-Id-Version: iac-code 0.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-06-04 15:58+0800\n"
"PO-Revision-Date: 2026-05-13 00:00+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion src/iac_code/i18n/locales/fr/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: iac-code 0.6.0\n"
"Project-Id-Version: iac-code 0.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-06-04 15:58+0800\n"
"PO-Revision-Date: 2026-05-13 00:00+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion src/iac_code/i18n/locales/ja/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: iac-code 0.6.0\n"
"Project-Id-Version: iac-code 0.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-06-04 15:58+0800\n"
"PO-Revision-Date: 2026-05-13 00:00+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion src/iac_code/i18n/locales/pt/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: iac-code 0.6.0\n"
"Project-Id-Version: iac-code 0.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-06-04 15:58+0800\n"
"PO-Revision-Date: 2026-05-13 00:00+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion src/iac_code/i18n/locales/zh/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: iac-code 0.6.0\n"
"Project-Id-Version: iac-code 0.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-06-04 15:58+0800\n"
"PO-Revision-Date: 2026-04-02 00:00+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_setup_packaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_legacy_setup_declares_package_metadata(monkeypatch):
kwargs = setup_module._TEST_SETUP_KWARGS

assert kwargs["name"] == "iac_code"
assert kwargs["version"] == "0.6.0"
assert kwargs["version"] == "0.7.0"
assert kwargs["package_dir"] == {"": "src"}
assert "iac_code.pipeline.selling.tools" in kwargs["packages"]
assert "iac_code.pipeline.selling.hooks" in kwargs["packages"]
Expand Down
Loading