Skip to content

Commit

Permalink
Bump version from v0.4.0 to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot authored and bulv1ne committed Dec 18, 2024
1 parent 22efefc commit ab2ae05
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "delta_utils"
version = "0.4.0"
version = "0.5.0"
description = ""
authors = ["Niels Lemmens <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit ab2ae05

Please sign in to comment.