Skip to content

Commit 3ffc707

Browse files
authored
v2.1.1 (#270)
Test version: [test.pypi.org/project/datacommons-client/2.1.1](https://test.pypi.org/project/datacommons-client/2.1.1/)
1 parent ea83e73 commit 3ffc707

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.1
4+
5+
**Date** - 06/10/2025
6+
7+
**Release Tag** - [py2.1.1](https://github.com/datacommonsorg/api-python/releases/tag/py2.1.1)
8+
9+
**Release Status** - Current head of branch [`master`](https://github.com/datacommonsorg/api-python/tree/master)
10+
11+
This is an under-the-hood update to use `pydantic` for data models.
12+
313
## 2.1.0
414

515
**Date** - 05/08/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.0"
1+
__version__ = "2.1.1"
22
"""
33
Data Commons Client Package
44

0 commit comments

Comments
 (0)