We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64978df commit 364365bCopy full SHA for 364365b
3 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.34.0 - TBD
+## 0.34.0 - 2024-05-09
4
5
#### Enhancements
6
- Added `pip-system-certs` dependency for Windows platforms to prevent a connection issue in `requests` when behind a proxy
databento/version.py
@@ -1 +1 @@
-__version__ = "0.33.0"
+__version__ = "0.34.0"
pyproject.toml
[tool.poetry]
name = "databento"
-version = "0.33.0"
+version = "0.34.0"
description = "Official Python client library for Databento"
authors = [
"Databento <support@databento.com>",
0 commit comments