From 534b5b6a9f1e3042a37b6be4cd34c4839c4c7699 Mon Sep 17 00:00:00 2001 From: Abel Milash Date: Thu, 28 May 2026 19:39:45 -0700 Subject: [PATCH 1/2] Bump version to 1.0.1 for next development cycle Co-Authored-By: Claude Sonnet 4.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d07f04d..137efa05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "PowerPlatform-Dataverse-Client" -version = "1.0.0" +version = "1.0.1" description = "Python SDK for Microsoft Dataverse" readme = {file = "README.md", content-type = "text/markdown"} authors = [{name = "Microsoft Corporation"}] From c0e8e0e4d0aa21712360b22eb3daf8ffb41f438a Mon Sep 17 00:00:00 2001 From: Abel Milash Date: Thu, 28 May 2026 19:59:32 -0700 Subject: [PATCH 2/2] Remove preview notice from README for GA 1.0.0 release Co-Authored-By: Claude Sonnet 4.6 --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 91e1fc92..360c71d3 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,6 @@ A Python client library for Microsoft Dataverse that provides a unified interfac **[Source code](https://github.com/microsoft/PowerPlatform-DataverseClient-Python)** | **[Package (PyPI)](https://pypi.org/project/PowerPlatform-Dataverse-Client/)** | **[API reference documentation](https://learn.microsoft.com/python/api/dataverse-sdk-docs-python/dataverse-overview?view=dataverse-sdk-python-latest)** | **[Product documentation](https://learn.microsoft.com/power-apps/developer/data-platform/sdk-python/)** | **[Samples](https://github.com/microsoft/PowerPlatform-DataverseClient-Python/tree/main/examples)** -> [!IMPORTANT] -> This library is currently in **preview**. Preview versions are provided for early access to new features and may contain breaking changes. - ## Table of contents - [Key features](#key-features)