Skip to content

Commit fd7e60f

Browse files
committed
(chore) bump version to v1.36.2 for release
1 parent f00fb4c commit fd7e60f

2 files changed

Lines changed: 3 additions & 1 deletion

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.36.2](https://github.com/allenai/beaker-py/releases/tag/v1.36.2) - 2025-04-24
13+
1214
### Added
1315

1416
- Added `strict` option to `Beaker.experiment.latest_job()` method.

beaker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
_MAJOR = "1"
22
_MINOR = "36"
3-
_PATCH = "1"
3+
_PATCH = "2"
44
_SUFFIX = ""
55

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

0 commit comments

Comments
 (0)