Skip to content

Commit eeace82

Browse files
committed
(chore) bump version to v1.35.0 for release
1 parent debbadd commit eeace82

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ use patch releases for compatibility fixes instead.
99

1010
## Unreleased
1111

12+
## [v1.35.0](https://github.com/allenai/beaker-py/releases/tag/v1.35.0) - 2025-04-21
13+
1214
### Added
1315

1416
- Added `Beaker.job.summarized_events()` method.

beaker/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
_MAJOR = "1"
2-
_MINOR = "34"
3-
_PATCH = "3"
2+
_MINOR = "35"
3+
_PATCH = "0"
44
_SUFFIX = ""
55

66
VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)

0 commit comments

Comments
 (0)