From ab2ae05fcbd7e0d5b49dadb1a293867f8fda0229 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 18 Dec 2024 08:33:54 +0000 Subject: [PATCH] Bump version from v0.4.0 to v0.5.0 --- .readthedocs.yml | 5 ++++- CHANGELOG.md | 5 ++++- README.md | 4 ++-- pyproject.toml | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index e82c698..b7d9d16 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,8 +2,11 @@ version: 2 formats: - htmlzip - pdf +build: + os: ubuntu-lts-latest + tools: + python: "3.12" python: - version: 3.8 install: - method: pip path: . diff --git a/CHANGELOG.md b/CHANGELOG.md index d93d218..eed9d27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.5.0] - 2024-12-18 ### Added - Warning message when initializing a DeltaChanges class when the table is not a delta table - New geocoding module to resolve country and address for a geo position @@ -63,7 +65,8 @@ raises `ReadChangeFeedDisabled` exception - Tests - Documentation -[Unreleased]: https://github.com/husqvarnagroup/delta_utils/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/husqvarnagroup/delta_utils/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/husqvarnagroup/delta_utils/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/husqvarnagroup/delta_utils/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/husqvarnagroup/delta_utils/compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com/husqvarnagroup/delta_utils/compare/v0.2.0...v0.2.1 diff --git a/README.md b/README.md index 4c82471..71a5520 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Look for the latest version in the [Github Tags section](https://github.com/husqvarnagroup/delta_utils/tags) of this repo. ```bash -pip install https://github.com/husqvarnagroup/delta_utils/archive/0.4.0.zip +pip install https://github.com/husqvarnagroup/delta_utils/archive/0.5.0.zip ``` ### Installation on a cluster in Databricks @@ -19,7 +19,7 @@ pip install https://github.com/husqvarnagroup/delta_utils/archive/0.4.0.zip - Go to Libraries - Click Install new - Select PyPI -- As the package, enter "https://github.com/husqvarnagroup/delta_utils/archive/0.4.0.zip" +- As the package, enter "https://github.com/husqvarnagroup/delta_utils/archive/0.5.0.zip" - Press Install ## Development diff --git a/pyproject.toml b/pyproject.toml index 02ec9e2..8c175df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "delta_utils" -version = "0.4.0" +version = "0.5.0" description = "" authors = ["Niels Lemmens <1936122+bulv1ne@users.noreply.github.com>"] readme = "README.md"