We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa4446 commit f633b75Copy full SHA for f633b75
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.68.2 - TBD
+## 0.68.2 - 2026-01-06
4
5
#### Bug fixes
6
- Fix use of `Self` in `GatewayControl.parse()`
databento/version.py
@@ -1 +1 @@
-__version__ = "0.68.1"
+__version__ = "0.68.2"
pyproject.toml
[project]
name = "databento"
-version = "0.68.1"
+version = "0.68.2"
description = "Official Python client library for Databento"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments