Skip to content

Commit ba82046

Browse files
committed
[VERSIONBUMP][2025-09-10]: 4.3.0 -> 4.3.1
1 parent bb08774 commit ba82046

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## $UNRELEASED
3+
## v4.3.1 - 2025-09-10
44

55
- fix the tests (again)
66

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "uv_build"
66
# https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
77
[project]
88
name = "bitvavo-api-upgraded"
9-
version = "4.3.0"
9+
version = "4.3.1"
1010
description = "A unit-tested fork of the Bitvavo API"
1111
readme = "README.md"
1212
requires-python = ">=3.10"
@@ -108,7 +108,7 @@ dev-dependencies = [
108108
]
109109

110110
[tool.bumpversion]
111-
current_version = "4.3.0"
111+
current_version = "4.3.1"
112112
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
113113
serialize = ["{major}.{minor}.{patch}"]
114114
search = "{current_version}"

0 commit comments

Comments
 (0)