File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## $UNRELEASED
3+ ## v4.4.1 - 2025-09-11
44
55- add a ton of logging to HTTPClient and RateLimitManager
66- set the ` rate_limit_buffer ` to 50, instead of 0 >_ >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "uv_build"
66# https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
77[project ]
88name = " bitvavo-api-upgraded"
9- version = " 4.4.0 "
9+ version = " 4.4.1 "
1010description = " A unit-tested fork of the Bitvavo API"
1111readme = " README.md"
1212requires-python = " >=3.10"
@@ -108,7 +108,7 @@ dev-dependencies = [
108108]
109109
110110[tool .bumpversion ]
111- current_version = " 4.4.0 "
111+ current_version = " 4.4.1 "
112112parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
113113serialize = [" {major}.{minor}.{patch}" ]
114114search = " {current_version}"
You can’t perform that action at this time.
0 commit comments