Skip to content

Commit 2624919

Browse files
committed
bump: version 0.14.1 → 0.15.0
1 parent 886299a commit 2624919

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.15.0 (2026-05-15)
2+
3+
### Feat
4+
5+
- **invoices**: merge metadata pagination helpers
6+
- **invoices**: add metadata pagination helpers
7+
18
## v0.14.1 (2026-05-13)
29

310
### Fix

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ksef2"
7-
version = "0.14.1"
7+
version = "0.15.0"
88
description = "Python SDK and Tools for Poland's KSeF (Krajowy System e-Faktur) API"
99
readme = "README.md"
1010
requires-python = ">=3.12"
@@ -54,7 +54,7 @@ markers = [
5454

5555
[tool.commitizen]
5656
name = "cz_conventional_commits"
57-
version = "0.14.1"
57+
version = "0.15.0"
5858
tag_format = "v$version"
5959
update_changelog_on_bump = true
6060
version_files = [

src/ksef2/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.14.1"
1+
version = "0.15.0"

0 commit comments

Comments
 (0)