Skip to content

Commit 5cb5358

Browse files
committed
chore: revert "chore(CI/CD): bump version 0.13.0 -> 0.14.0 (#205)"
This reverts commit 687d50c.
1 parent 687d50c commit 5cb5358

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [0.14.0] - 2025-05-16
11-
1210
### Added
1311

1412
- 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
462460
- Created QuackOSM repository
463461
- Implemented PbfFileReader
464462

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
468464

469465
[0.13.0]: https://github.com/kraina-ai/quackosm/compare/0.12.1...0.13.0
470466

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "QuackOSM"
3-
version = "0.14.0"
3+
version = "0.13.0"
44
description = "An open-source tool for reading OpenStreetMap PBF files using DuckDB"
55
authors = [{ name = "Kamil Raczycki", email = "kraczycki@kraina.ai" }]
66
dependencies = [
@@ -174,7 +174,7 @@ close-quotes-on-newline = true
174174
wrap-one-line = true
175175

176176
[tool.bumpver]
177-
current_version = "0.14.0"
177+
current_version = "0.13.0"
178178
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
179179
commit_message = "chore(CI/CD): bump version {old_version} -> {new_version}"
180180
commit = true

quackosm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from quackosm.pbf_file_reader import PbfFileReader
2222

2323
__app_name__ = "QuackOSM"
24-
__version__ = "0.14.0"
24+
__version__ = "0.13.0"
2525

2626
__all__ = [
2727
"PbfFileReader",

0 commit comments

Comments
 (0)