Skip to content

Commit

Permalink
chore(CI/CD): bump version 0.7.2 -> 0.7.3 (#446)
Browse files Browse the repository at this point in the history
* chore(CI/CD): bump version 0.7.2 -> 0.7.3

* docs: update CHANGELOG.md
  • Loading branch information
kraina-cicd authored Apr 21, 2024
1 parent b2e2072 commit b77e917
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 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.7.3] - 2024-04-21

### Changed

- make geofabrik the default download source for OSMPbfLoader
Expand Down Expand Up @@ -264,7 +266,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Intersection Joiner
- Geoparquet Loader

[Unreleased]: https://github.com/kraina-ai/srai/compare/0.7.2...HEAD
[Unreleased]: https://github.com/kraina-ai/srai/compare/0.7.3...HEAD

[0.7.3]: https://github.com/kraina-ai/srai/compare/0.7.2...0.7.3

[0.7.2]: https://github.com/kraina-ai/srai/compare/0.7.1...0.7.2

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ keywords:
- geospatial
- spatial-analysis
license: Apache-2.0
version: 0.7.2
version: 0.7.3
date-released: '2022-11-23'
preferred-citation:
type: conference-paper
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 = "srai"
version = "0.7.2"
version = "0.7.3"
description = "A set of python modules for geospatial machine learning and data mining"
authors = [
{ name = "Piotr Gramacki", email = "pgramacki@kraina.ai" },
Expand Down Expand Up @@ -188,7 +188,7 @@ close-quotes-on-newline = true
wrap-one-line = true

[tool.bumpver]
current_version = "0.7.2"
current_version = "0.7.3"
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 srai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
for complete documentation.
"""

__version__ = "0.7.2"
__version__ = "0.7.3"

0 comments on commit b77e917

Please sign in to comment.