File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ keywords:
3030 - geospatial
3131 - spatial-analysis
3232license : Apache-2.0
33- version : 0.9.4
33+ version : 0.9.5
3434date-released : ' 2022-11-23'
3535preferred-citation :
3636 type : conference-paper
Original file line number Diff line number Diff line change 11[project ]
22name = " srai"
3- version = " 0.9.4 "
3+ version = " 0.9.5 "
44description = " A set of python modules for geospatial machine learning and data mining"
55authors = [
66 { name = " Piotr Gramacki" , email = " pgramacki@kraina.ai" },
@@ -196,7 +196,7 @@ close-quotes-on-newline = true
196196wrap-one-line = true
197197
198198[tool .bumpver ]
199- current_version = " 0.9.4 "
199+ current_version = " 0.9.5 "
200200version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
201201commit_message = " chore(CI/CD): bump version {old_version} -> {new_version}"
202202commit = true
Original file line number Diff line number Diff line change 1010for complete documentation.
1111"""
1212
13- __version__ = "0.9.4 "
13+ __version__ = "0.9.5 "
You can’t perform that action at this time.
0 commit comments