File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
- ## [ 0.14.0] - 2025-05-16
11
-
12
10
### Added
13
11
14
12
- Option to sort result files by geometry to reduce file size
@@ -462,9 +460,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
462
460
- Created QuackOSM repository
463
461
- Implemented PbfFileReader
464
462
465
- [ Unreleased ] : https://github.com/kraina-ai/quackosm/compare/0.14.0...HEAD
466
-
467
- [ 0.14.0 ] : https://github.com/kraina-ai/quackosm/compare/0.13.0...0.14.0
463
+ [ Unreleased ] : https://github.com/kraina-ai/quackosm/compare/0.13.0...HEAD
468
464
469
465
[ 0.13.0 ] : https://github.com/kraina-ai/quackosm/compare/0.12.1...0.13.0
470
466
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " QuackOSM"
3
- version = " 0.14 .0"
3
+ version = " 0.13 .0"
4
4
description = " An open-source tool for reading OpenStreetMap PBF files using DuckDB"
5
5
authors = [{ name = " Kamil Raczycki" , email = " kraczycki@kraina.ai" }]
6
6
dependencies = [
@@ -174,7 +174,7 @@ close-quotes-on-newline = true
174
174
wrap-one-line = true
175
175
176
176
[tool .bumpver ]
177
- current_version = " 0.14 .0"
177
+ current_version = " 0.13 .0"
178
178
version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
179
179
commit_message = " chore(CI/CD): bump version {old_version} -> {new_version}"
180
180
commit = true
Original file line number Diff line number Diff line change 21
21
from quackosm .pbf_file_reader import PbfFileReader
22
22
23
23
__app_name__ = "QuackOSM"
24
- __version__ = "0.14 .0"
24
+ __version__ = "0.13 .0"
25
25
26
26
__all__ = [
27
27
"PbfFileReader" ,
You can’t perform that action at this time.
0 commit comments