diff --git a/HISTORY.md b/HISTORY.md index 05077a5cb..ac00da02f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 0.0.24 (Apr 27, 2023) + +* Fix broken link in README.md + ## 0.0.23 (Apr 27, 2023) * Renamed get_business_attributes method get_custom_metadata in Referenceable.Attributes diff --git a/README.md b/README.md index ac523bc27..50b693395 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This repository houses the code for a Python SDK to interact with [Atlan](https://atlan.com). -## [Documentation](https://developer.atlan.com/sdks/python/) +## [Documentation](https://developer.atlan.com/getting-started/python-sdk/) -[https://developer.atlan.com/sdks/python/](https://developer.atlan.com/sdks/python/) +[https://developer.atlan.com/getting-started/python-sdk/](https://developer.atlan.com/getting-started/python-sdk/) ## Attribution diff --git a/pyatlan/version.txt b/pyatlan/version.txt index df5db66fe..b056f4120 100644 --- a/pyatlan/version.txt +++ b/pyatlan/version.txt @@ -1 +1 @@ -0.0.23 +0.0.24