Skip to content

Commit fa1d72b

Browse files
authored
Publish v2.1.5 (#284)
1 parent e39f887 commit fa1d72b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## 2.1.4
414

515
**Date** - 10/31/2025

datacommons_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.1.4"
1+
__version__ = "2.1.5"
22
"""
33
Data Commons Client Package
44

0 commit comments

Comments
 (0)