Skip to content

Commit

Permalink
chore(CI/CD): bump version 0.2.5 -> 0.2.6 (#73)
Browse files Browse the repository at this point in the history
* chore(CI/CD): bump version 0.2.5 -> 0.2.6

* docs: update CHANGELOG.md
  • Loading branch information
kraina-cicd authored Jan 26, 2025
1 parent 0b35af4 commit 7c767d0
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.2.6] - 2025-01-26

### Fixed

- Function detection in `elapsed_time_decorator` for Google Colab environment
Expand Down Expand Up @@ -147,7 +149,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Functions for downloading the data using generated indexes
- Function for displaying available theme and type values

[Unreleased]: https://github.com/kraina-ai/overturemaestro/compare/0.2.5...HEAD
[Unreleased]: https://github.com/kraina-ai/overturemaestro/compare/0.2.6...HEAD

[0.2.6]: https://github.com/kraina-ai/overturemaestro/compare/0.2.5...0.2.6

[0.2.5]: https://github.com/kraina-ai/overturemaestro/compare/0.2.4...0.2.5

Expand Down
2 changes: 1 addition & 1 deletion overturemaestro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
)

__app_name__ = "OvertureMaestro"
__version__ = "0.2.5"
__version__ = "0.2.6"

__all__ = [
"convert_bounding_box_to_geodataframe",
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 = "OvertureMaestro"
version = "0.2.5"
version = "0.2.6"
description = "An open-source tool for downloading Overture Maps data with quality of life features"
authors = [{ name = "Kamil Raczycki", email = "kraczycki@kraina.ai" }]
dependencies = [
Expand Down Expand Up @@ -174,7 +174,7 @@ close-quotes-on-newline = true
wrap-one-line = true

[tool.bumpver]
current_version = "0.2.5"
current_version = "0.2.6"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "chore(CI/CD): bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 7c767d0

Please sign in to comment.