From 8ecca04c6256e6410b80e1292f187694c983701c Mon Sep 17 00:00:00 2001 From: Kraina CI/CD <150701114+kraina-cicd@users.noreply.github.com> Date: Sat, 20 Apr 2024 15:36:56 +0200 Subject: [PATCH] chore(CI/CD): bump version 0.7.1 -> 0.7.2 (#443) * chore(CI/CD): bump version 0.7.1 -> 0.7.2 * docs: update CHANGELOG.md --- CHANGELOG.md | 6 +++++- CITATION.cff | 2 +- pyproject.toml | 4 ++-- srai/__init__.py | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fe346d3..a7ea9094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.2] - 2024-04-20 + ### Changed - Update tooling @@ -258,7 +260,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.1...HEAD +[Unreleased]: https://github.com/kraina-ai/srai/compare/0.7.2...HEAD + +[0.7.2]: https://github.com/kraina-ai/srai/compare/0.7.1...0.7.2 [0.7.1]: https://github.com/kraina-ai/srai/compare/0.7.0...0.7.1 diff --git a/CITATION.cff b/CITATION.cff index ccdb9f34..c61efeb6 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -30,7 +30,7 @@ keywords: - geospatial - spatial-analysis license: Apache-2.0 -version: 0.7.1 +version: 0.7.2 date-released: '2022-11-23' preferred-citation: type: conference-paper diff --git a/pyproject.toml b/pyproject.toml index 655050e7..bbb9735c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "srai" -version = "0.7.1" +version = "0.7.2" description = "A set of python modules for geospatial machine learning and data mining" authors = [ { name = "Piotr Gramacki", email = "pgramacki@kraina.ai" }, @@ -188,7 +188,7 @@ close-quotes-on-newline = true wrap-one-line = true [tool.bumpver] -current_version = "0.7.1" +current_version = "0.7.2" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "chore(CI/CD): bump version {old_version} -> {new_version}" commit = true diff --git a/srai/__init__.py b/srai/__init__.py index 7848bdcb..45a2e637 100644 --- a/srai/__init__.py +++ b/srai/__init__.py @@ -10,4 +10,4 @@ for complete documentation. """ -__version__ = "0.7.1" +__version__ = "0.7.2"