Skip to content

Commit 4b1a636

Browse files
authored
chore(CI/CD): bump version 0.9.4 -> 0.9.5 (#517)
* chore(CI/CD): bump version 0.9.4 -> 0.9.5 * docs: update CHANGELOG.md
1 parent d04f081 commit 4b1a636

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
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.9.5] - 2025-02-23
11+
1012
### Fixed
1113

1214
- Catched OSMnx `InsufficientResponseError` in `OSMOnlineLoader`
@@ -394,7 +396,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
394396
- Intersection Joiner
395397
- Geoparquet Loader
396398

397-
[Unreleased]: https://github.com/kraina-ai/srai/compare/0.9.4...HEAD
399+
[Unreleased]: https://github.com/kraina-ai/srai/compare/0.9.5...HEAD
400+
401+
[0.9.5]: https://github.com/kraina-ai/srai/compare/0.9.4...0.9.5
398402

399403
[0.9.4]: https://github.com/kraina-ai/srai/compare/0.9.3...0.9.4
400404

CITATION.cff

Lines changed: 1 addition & 1 deletion
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.9.4
33+
version: 0.9.5
3434
date-released: '2022-11-23'
3535
preferred-citation:
3636
type: conference-paper

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "srai"
3-
version = "0.9.4"
3+
version = "0.9.5"
44
description = "A set of python modules for geospatial machine learning and data mining"
55
authors = [
66
{ name = "Piotr Gramacki", email = "pgramacki@kraina.ai" },
@@ -196,7 +196,7 @@ close-quotes-on-newline = true
196196
wrap-one-line = true
197197

198198
[tool.bumpver]
199-
current_version = "0.9.4"
199+
current_version = "0.9.5"
200200
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
201201
commit_message = "chore(CI/CD): bump version {old_version} -> {new_version}"
202202
commit = true

srai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
for complete documentation.
1111
"""
1212

13-
__version__ = "0.9.4"
13+
__version__ = "0.9.5"

0 commit comments

Comments
 (0)