We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61fa146 commit 8b834dfCopy full SHA for 8b834df
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "azure-switchboard"
3
-version = "2025.4.1"
+version = "2025.4.2"
4
description = "Batteries-included loadbalancing client for Azure OpenAI"
5
readme = "README.md"
6
license = { text = "MIT" }
@@ -60,7 +60,7 @@ addopts = "-s -v --import-mode=importlib --cov=src/azure_switchboard --cov-repor
60
markers = ["mock_models(*models): specify which models to mock for API testing"]
61
62
[tool.bumpver]
63
-current_version = "2025.4.1"
+current_version = "2025.4.2"
64
version_pattern = "YYYY.MM.INC0"
65
commit_message = "release: {new_version}"
66
tag_message = "{new_version}"
0 commit comments