Skip to content

Commit

Permalink
Merge pull request #86 from ZEISS/create-pull-request/patch
Browse files Browse the repository at this point in the history
Create release: prerelease 0.1.4a2
  • Loading branch information
felixZdi authored Feb 28, 2024
2 parents a0fe36d + a7d93ab commit 584ecb2
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.4a1"
__version__ = "0.1.4a2"

__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.4a1"
version = "0.1.4a2"

[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.4a1"
__version__ = "0.1.4a2"
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.4a1"
version = "0.1.4a2"

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

Expand Down

0 comments on commit 584ecb2

Please sign in to comment.