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 88408e2 commit b5bb9aeCopy full SHA for b5bb9ae
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "azure-switchboard"
3
-version = "2025.3.27"
+version = "2025.3.28"
4
description = "Batteries-included loadbalancing client for Azure OpenAI"
5
readme = "README.md"
6
license = { text = "MIT" }
@@ -60,7 +60,7 @@ markers = [
60
]
61
62
[tool.bumpver]
63
-current_version = "2025.3.27"
+current_version = "2025.3.28"
64
version_pattern = "YYYY.MM.INC0"
65
commit_message = "release: {new_version}"
66
tag_message = "{new_version}"
0 commit comments