Skip to content

Commit faae818

Browse files
authored
Bump version to v2.1.3 (#279)
Updates changelog and version
1 parent c6ad15b commit faae818

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.3
4+
5+
**Date** - 10/21/2025
6+
7+
**Release Tag** - [py2.1.3](https://github.com/datacommonsorg/api-python/releases/tag/py2.1.3)
8+
9+
**Release Status** - Current head of branch [`master`](https://github.com/datacommonsorg/api-python/tree/master)
10+
11+
This is a minor fix that removes text validation on the `surface_header_value` parameter so that additional Data Commons surfaces can be added without re-releasing the package. This is only used by Data Commons to track usage across its platforms, and does not change the behavior of the client.
12+
313
## 2.1.2
414

515
**Date** - 10/16/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.2"
1+
__version__ = "2.1.3"
22
"""
33
Data Commons Client Package
44

0 commit comments

Comments
 (0)