Skip to content

Commit 1fa9ba6

Browse files
committed
VER: Release 0.65.0
1 parent 3cc2cb5 commit 1fa9ba6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

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

3-
## 0.65.0 - TBD
3+
## 0.65.0 - 2025-11-11
44

55
#### Deprecations
66
- Deprecated `mode` parameter in `metadata.get_cost`, which will be removed in a future release

databento/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.64.0"
1+
__version__ = "0.65.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "databento"
3-
version = "0.64.0"
3+
version = "0.65.0"
44
description = "Official Python client library for Databento"
55
readme = "README.md"
66
requires-python = ">=3.10"

tests/test_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def fixture_pyproject_version() -> str:
4444
# Arrange, Act, Assert
4545
with open(PROJECT_ROOT / "pyproject.toml", "rb") as pyproject:
4646
data = tomli.load(pyproject)
47-
return data["tool"]["poetry"]["version"]
47+
return data["project"]["version"]
4848

4949

5050
@pytest.mark.release

0 commit comments

Comments
 (0)