Skip to content

Commit 002e0d7

Browse files
committed
(chore) prepare for release v2.5.0
1 parent 6d6228c commit 002e0d7

3 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
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [v2.5.0](https://github.com/allenai/OLMo-core/releases/tag/v2.5.0) - 2026-04-01
11+
1012
### Added
1113

1214
- Added API reference and user guide for the `olmo_core.generate` module and interactive chat interface.

src/olmo_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
_MAJOR = "2"
2-
_MINOR = "4"
2+
_MINOR = "5"
33
_PATCH = "0"
44
_SUFFIX = ""
55

src/test/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def bucket_name() -> str:
1616

1717
@pytest.fixture
1818
def gcs_bucket_name() -> str:
19-
return "ai2-llm-testing"
19+
return "ai2-olmo-testing"
2020

2121

2222
@pytest.fixture

0 commit comments

Comments
 (0)