Skip to content

Commit

Permalink
Merge pull request #95 from ZEISS/create-pull-request/patch
Browse files Browse the repository at this point in the history
Create release: patch 0.1.7
  • Loading branch information
felixZdi authored Mar 1, 2024
2 parents 228a7b0 + 99c3e75 commit d9781d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion acme_dns_azure/___init___.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from acme_dns_azure.client import AcmeDnsAzureClient
from acme_dns_azure.log import setup_custom_logger

__version__ = "0.1.6"
__version__ = "0.1.7"

__author__ = "ZEISS Digital Innovation Partners"
__all__ = (
Expand Down
2 changes: 1 addition & 1 deletion examples/function/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ packages = [
{include = "function_app.py"},
]
readme = "README.md"
version = "0.1.6"
version = "0.1.7"

[tool.poetry_bumpversion.file."version.py"]

Expand Down
2 changes: 1 addition & 1 deletion examples/function/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.6"
__version__ = "0.1.7"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/ZEISS/acme-dns-azure"
version = "0.1.6"
version = "0.1.7"

[tool.poetry_bumpversion.file."acme_dns_azure/___init___.py"]

Expand Down

0 comments on commit d9781d1

Please sign in to comment.