We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041ed41 commit f20b9a8Copy full SHA for f20b9a8
3 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.27.0 - TBD
+## 0.27.0 - 2024-01-23
4
5
#### Enhancements
6
- Added `Session.session_id` property which will contain the numerical session ID once a live session has been authenticated
databento/version.py
@@ -1 +1 @@
-__version__ = "0.26.0"
+__version__ = "0.27.0"
pyproject.toml
[tool.poetry]
name = "databento"
-version = "0.26.0"
+version = "0.27.0"
description = "Official Python client library for Databento"
authors = [
"Databento <support@databento.com>",
0 commit comments