Skip to content

Commit b955cc9

Browse files
committed
chore(release): fix version to 1.31.1
1 parent 26f87f2 commit b955cc9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.32.0"
2+
".": "1.31.1"
33
}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [1.32.0](https://github.com/google/adk-python/compare/v1.31.0...v1.32.0) (2026-04-21)
3+
## [1.31.1](https://github.com/google/adk-python/compare/v1.31.0...v1.31.1) (2026-04-21)
44

55

66
### Bug Fixes

src/google/adk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414

1515
# version: major.minor.patch
16-
__version__ = "1.32.0"
16+
__version__ = "1.31.1"

0 commit comments

Comments
 (0)