From f7f87240490aa9090f0d756699013030572fc043 Mon Sep 17 00:00:00 2001 From: Keyur Shah Date: Mon, 12 Jan 2026 11:34:18 -0800 Subject: [PATCH 1/2] Publish v2.1.5 --- CHANGELOG.md | 10 ++++++++++ datacommons_client/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05437ab..8343256 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2.1.5 + +**Date** - 01/12/2026 + +**Release Tag** - [py2.1.5](https://github.com/datacommonsorg/api-python/releases/tag/py2.1.5) + +**Release Status** - Current head of branch [`master`](https://github.com/datacommonsorg/api-python/tree/master) + +This is a patch update that adds support for per-request API key overrides using a context manager. + ## 2.1.4 **Date** - 10/31/2025 diff --git a/datacommons_client/__init__.py b/datacommons_client/__init__.py index f7d0265..850a058 100644 --- a/datacommons_client/__init__.py +++ b/datacommons_client/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.1.4" +__version__ = "2.1.5" """ Data Commons Client Package From b8ad2de2a265982853831308cf81ff8e9f223012 Mon Sep 17 00:00:00 2001 From: Keyur Shah Date: Mon, 12 Jan 2026 11:37:14 -0800 Subject: [PATCH 2/2] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8343256..6c39309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ **Date** - 01/12/2026 -**Release Tag** - [py2.1.5](https://github.com/datacommonsorg/api-python/releases/tag/py2.1.5) +**Release Tag** - [v2.1.5](https://github.com/datacommonsorg/api-python/releases/tag/v2.1.5) **Release Status** - Current head of branch [`master`](https://github.com/datacommonsorg/api-python/tree/master)