Skip to content

Commit

Permalink
chore(CI/CD): bump version 0.4.4 -> 0.4.5 (#52)
Browse files Browse the repository at this point in the history
* chore(CI/CD): bump version 0.4.4 -> 0.4.5

* docs: update CHANGELOG.md
  • Loading branch information
kraina-cicd authored Mar 7, 2024
1 parent 54037a8 commit b845deb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.5] - 2024-03-07

### Fixed

- Added automatic downscaling of the `rows_per_bucket` parameter for ways grouping operation [#50](https://github.com/kraina-ai/quackosm/issues/50)
Expand Down Expand Up @@ -125,7 +127,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Created QuackOSM repository
- Implemented PbfFileReader

[Unreleased]: https://github.com/kraina-ai/quackosm/compare/0.4.4...HEAD
[Unreleased]: https://github.com/kraina-ai/quackosm/compare/0.4.5...HEAD

[0.4.5]: https://github.com/kraina-ai/quackosm/compare/0.4.4...0.4.5

[0.4.4]: https://github.com/kraina-ai/quackosm/compare/0.4.3...0.4.4

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "QuackOSM"
version = "0.4.4"
version = "0.4.5"
description = "An open-source tool for reading OpenStreetMap PBF files using DuckDB"
authors = [{ name = "Kamil Raczycki", email = "[email protected]" }]
dependencies = [
Expand Down Expand Up @@ -170,7 +170,7 @@ close-quotes-on-newline = true
wrap-one-line = true

[tool.bumpver]
current_version = "0.4.4"
current_version = "0.4.5"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "chore(CI/CD): bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion quackosm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from quackosm.pbf_file_reader import PbfFileReader

__app_name__ = "QuackOSM"
__version__ = "0.4.4"
__version__ = "0.4.5"

__all__ = [
"PbfFileReader",
Expand Down

0 comments on commit b845deb

Please sign in to comment.