From 611ef7ee981a374e5becad5151034e44c9424d93 Mon Sep 17 00:00:00 2001 From: Kraina CI/CD Date: Wed, 22 Nov 2023 16:12:11 +0000 Subject: [PATCH 1/2] chore(CI/CD): bump version 0.6.1 -> 0.6.2 --- 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 ddce1aa8..198641c1 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -30,7 +30,7 @@ keywords: - geospatial - spatial-analysis license: Apache-2.0 -version: 0.6.1 +version: 0.6.2 date-released: '2022-11-23' preferred-citation: type: conference-paper diff --git a/pyproject.toml b/pyproject.toml index d467fc6b..5d6d6d78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "srai" -version = "0.6.1" +version = "0.6.2" description = "A set of python modules for geospatial machine learning and data mining" authors = [ { name = "Piotr Gramacki", email = "pgramacki@kraina.ai" }, @@ -183,7 +183,7 @@ close-quotes-on-newline = true wrap-one-line = true [tool.bumpver] -current_version = "0.6.1" +current_version = "0.6.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 797b7a5a..624c1198 100644 --- a/srai/__init__.py +++ b/srai/__init__.py @@ -10,4 +10,4 @@ for complete documentation. """ -__version__ = "0.6.1" +__version__ = "0.6.2" From a6870c7709c8ef308b44343f2891c549931189f9 Mon Sep 17 00:00:00 2001 From: Calychas Date: Wed, 22 Nov 2023 16:12:12 +0000 Subject: [PATCH 2/2] [create-pull-request] automated change --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fc4b625..e29e7e20 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.6.2] - 2023-11-22 + ### Added - CI release via GitHub Actions @@ -222,7 +224,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-sandbox/compare/0.6.1...HEAD +[Unreleased]: https://github.com/kraina-ai/srai-sandbox/compare/0.6.2...HEAD + +[0.6.2]: https://github.com/kraina-ai/srai-sandbox/compare/0.6.1...0.6.2 [0.6.1]: https://github.com/kraina-ai/srai-sandbox/compare/0.6.0...0.6.1