We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39f887 commit fa1d72bCopy full SHA for fa1d72b
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 2.1.5
4
+
5
+**Date** - 01/12/2026
6
7
+**Release Tag** - [v2.1.5](https://github.com/datacommonsorg/api-python/releases/tag/v2.1.5)
8
9
+**Release Status** - Current head of branch [`master`](https://github.com/datacommonsorg/api-python/tree/master)
10
11
+This is a patch update that adds support for per-request API key overrides using a context manager.
12
13
## 2.1.4
14
15
**Date** - 10/31/2025
datacommons_client/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "2.1.4"
+__version__ = "2.1.5"
"""
Data Commons Client Package
0 commit comments