Skip to content

Commit 1ef179c

Browse files
committed
bump: version 0.16.0 → 0.17.0
1 parent c206155 commit 1ef179c

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.17.0 (2026-06-04)
2+
3+
### Feat
4+
5+
- **fa3**: support gross unit price lines
6+
17
## v0.16.0 (2026-05-21)
28

39
### Feat

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.16.0"
7+
version = "0.17.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"
@@ -58,7 +58,7 @@ markers = [
5858

5959
[tool.commitizen]
6060
name = "cz_conventional_commits"
61-
version = "0.16.0"
61+
version = "0.17.0"
6262
tag_format = "v$version"
6363
update_changelog_on_bump = true
6464
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.16.0"
1+
version = "0.17.0"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)