We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent debbadd commit eeace82Copy full SHA for eeace82
2 files changed
CHANGELOG.md
@@ -9,6 +9,8 @@ use patch releases for compatibility fixes instead.
9
10
## Unreleased
11
12
+## [v1.35.0](https://github.com/allenai/beaker-py/releases/tag/v1.35.0) - 2025-04-21
13
+
14
### Added
15
16
- Added `Beaker.job.summarized_events()` method.
beaker/version.py
@@ -1,6 +1,6 @@
1
_MAJOR = "1"
2
-_MINOR = "34"
3
-_PATCH = "3"
+_MINOR = "35"
+_PATCH = "0"
4
_SUFFIX = ""
5
6
VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)
0 commit comments