From 48dcaa2d881331e0a05fe0bb89fb8652edf78f89 Mon Sep 17 00:00:00 2001 From: Kraina CI/CD Date: Mon, 26 Aug 2024 22:52:50 +0000 Subject: [PATCH 1/2] chore(CI/CD): bump version 0.7.5 -> 0.7.6 --- CITATION.cff | 2 +- pyproject.toml | 4 ++-- srai/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 81002828..8105554e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -30,7 +30,7 @@ keywords: - geospatial - spatial-analysis license: Apache-2.0 -version: 0.7.5 +version: 0.7.6 date-released: '2022-11-23' preferred-citation: type: conference-paper diff --git a/pyproject.toml b/pyproject.toml index 290b521c..fdb2e6c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "srai" -version = "0.7.5" +version = "0.7.6" description = "A set of python modules for geospatial machine learning and data mining" authors = [ { name = "Piotr Gramacki", email = "pgramacki@kraina.ai" }, @@ -192,7 +192,7 @@ close-quotes-on-newline = true wrap-one-line = true [tool.bumpver] -current_version = "0.7.5" +current_version = "0.7.6" 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 07aee280..e00e12f9 100644 --- a/srai/__init__.py +++ b/srai/__init__.py @@ -10,4 +10,4 @@ for complete documentation. """ -__version__ = "0.7.5" +__version__ = "0.7.6" From a15d26133fa64b149eaa6e6ec33430f37e633895 Mon Sep 17 00:00:00 2001 From: Kraina CI/CD Date: Mon, 26 Aug 2024 22:52:51 +0000 Subject: [PATCH 2/2] docs: update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa02187c..1e15a75f 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.6] - 2024-08-26 + ### Fixed - Changed a typo in the `BASE_OSM_GROUPS_FILTER` (implemented by [@starsep](https://github.com/starsep)). @@ -290,7 +292,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.5...HEAD +[Unreleased]: https://github.com/kraina-ai/srai/compare/0.7.6...HEAD + +[0.7.6]: https://github.com/kraina-ai/srai/compare/0.7.5...0.7.6 [0.7.5]: https://github.com/kraina-ai/srai/compare/0.7.4...0.7.5