From 9081f75239cc54ded40c38a8298a52e973bb4ab8 Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Tue, 13 Dec 2022 17:50:53 +0000 Subject: [PATCH] Publish `0.2.3a5` --- CHANGELOG.md | 3 ++- great_expectations_provider/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2c51f2..6f720ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,9 @@ ## Upcoming * (please add here) -## 0.2.3a4 +## 0.2.3a5 * [FEATURE] Add schema parameter and data_asset_name parsing (#75) +* [MAINTENANCE] Fixes `README.md` errors when building the package (#80) ## 0.2.2 * [BUGFIX] Fix template extension bug (#64) diff --git a/great_expectations_provider/__init__.py b/great_expectations_provider/__init__.py index d82c59e..f8f5778 100644 --- a/great_expectations_provider/__init__.py +++ b/great_expectations_provider/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.3a4" +__version__ = "0.2.3a5" def get_provider_info():