We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d0982 commit 89fb013Copy full SHA for 89fb013
3 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.31.0 - TBD
+## 0.31.0 - 2024-03-05
4
5
#### Enhancements
6
- Added `DBNStore.insert_symbology_json` convenience method for adding symbology data from a JSON dict or file path
databento/version.py
@@ -1 +1 @@
-__version__ = "0.30.0"
+__version__ = "0.31.0"
pyproject.toml
[tool.poetry]
name = "databento"
-version = "0.30.0"
+version = "0.31.0"
description = "Official Python client library for Databento"
authors = [
"Databento <support@databento.com>",
0 commit comments