Skip to content

Commit 6bfecd9

Browse files
kraina-cicdRaczeQ
andauthored
chore(CI/CD): bump version 0.7.7 -> 0.7.8 (#476)
* chore(CI/CD): bump version 0.7.7 -> 0.7.8 * docs: update CHANGELOG.md --------- Co-authored-by: Kamil Raczycki <[email protected]>
1 parent da1ff6b commit 6bfecd9

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.8] - 2024-12-28
11+
1012
### Changed
1113

1214
- Set max `h3ronpy` version to `<0.22.0` (implemented by [@bouzaghrane](https://github.com/bouzaghrane))
@@ -307,7 +309,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
307309
- Intersection Joiner
308310
- Geoparquet Loader
309311

310-
[Unreleased]: https://github.com/kraina-ai/srai/compare/0.7.7...HEAD
312+
[Unreleased]: https://github.com/kraina-ai/srai/compare/0.7.8...HEAD
313+
314+
[0.7.8]: https://github.com/kraina-ai/srai/compare/0.7.7...0.7.8
311315

312316
[0.7.7]: https://github.com/kraina-ai/srai/compare/0.7.6...0.7.7
313317

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ keywords:
3030
- geospatial
3131
- spatial-analysis
3232
license: Apache-2.0
33-
version: 0.7.7
33+
version: 0.7.8
3434
date-released: '2022-11-23'
3535
preferred-citation:
3636
type: conference-paper

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "srai"
3-
version = "0.7.7"
3+
version = "0.7.8"
44
description = "A set of python modules for geospatial machine learning and data mining"
55
authors = [
66
{ name = "Piotr Gramacki", email = "[email protected]" },
@@ -190,7 +190,7 @@ close-quotes-on-newline = true
190190
wrap-one-line = true
191191

192192
[tool.bumpver]
193-
current_version = "0.7.7"
193+
current_version = "0.7.8"
194194
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
195195
commit_message = "chore(CI/CD): bump version {old_version} -> {new_version}"
196196
commit = true

srai/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
for complete documentation.
1111
"""
1212

13-
__version__ = "0.7.7"
13+
__version__ = "0.7.8"

0 commit comments

Comments
 (0)