Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.43.0
current_version = 0.44.0
commit = True
tag = False
message = chore: Bump version from {current_version} to {new_version}
Expand Down
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## 0.44.0 (2025-03-13)

- (PR #783, 2025-03-13) deps: Update `packaging` from 24.1 to 24.2

## 0.43.0 (2025-03-12)

- (PR #764, 2025-01-28) Python dependency sync check is never executed in CI/CD workflow
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ mypy-extensions==1.0.0
# via
# black
# mypy
packaging==24.1
packaging==24.2
# via
# -c requirements.txt
# black
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ lxml==5.3.1
# signxml
marshmallow==3.22.0
# via -r requirements.in
packaging==24.1
packaging==24.2
# via marshmallow
pycparser==2.22
# via cffi
Expand Down
2 changes: 1 addition & 1 deletion src/cl_sii/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

"""

__version__ = '0.43.0'
__version__ = '0.44.0'
Loading