Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 2.1.5

**Date** - 01/12/2026

**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)

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
Expand Down
2 changes: 1 addition & 1 deletion datacommons_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.1.4"
__version__ = "2.1.5"
"""
Data Commons Client Package

Expand Down