Skip to content

Commit d7c3552

Browse files
committed
Release 2.2.3
- update changelog, headers sized to release version type - bump version
1 parent e327513 commit d7c3552

4 files changed

Lines changed: 13 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -197,24 +197,27 @@ If you screw up -- delete local and remote tags and have another go:
197197

198198
## Changelog
199199

200-
### 2.2.2
200+
##### 2.2.3
201+
202+
- Define additional Filter fields ([PR #8](https://github.com/eidorb/ubank/pull/8)!)
203+
204+
205+
##### 2.2.2
201206

202207
- Fix potentially optional Transaction fields (thanks [@CactiNotch](https://github.com/CactiNotch)!)
203208

204209

205-
### 2.2.1
210+
##### 2.2.1
206211

207212
- `get_linked_banks()` returns linked external bank accounts (thanks [@CactiNotch](https://github.com/CactiNotch)!)
208213

209214

210-
211-
### 2.2.0
215+
#### 2.2.0
212216

213217
- Rework API method and model names to have more meaning
214218

215219

216-
217-
### 2.1.0
220+
#### 2.1.0
218221

219222
- Passkey encrypted with ubank password
220223
- Add API client `Api`
@@ -229,7 +232,7 @@ If you screw up -- delete local and remote tags and have another go:
229232
- Migrate from Poetry to uv.
230233

231234

232-
### 1.1.0
235+
#### 1.1.0
233236

234237
- Set `x-api-version` to fix [#4](https://github.com/eidorb/ubank/issues/4) (thanks [@jakepronger](https://github.com/jakepronger)!)
235238

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ path = "ubank.py"
2828

2929
[tool.hatch.build.targets.sdist]
3030
exclude = ["notebook.gif"]
31-
31+
# https://docs.astral.sh/uv/concepts/build-backend/#file-inclusion-and-exclusion
3232
[tool.hatch.build.targets.wheel]
3333
include = [
3434
"ubank.py",

tests/test_ubank.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
def test_version():
24-
assert __version__ == "2.2.2"
24+
assert __version__ == "2.2.3"
2525

2626

2727
def test_int8array_to_bytes():

ubank.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
from soft_webauthn_patched import SoftWebauthnDevice
3838

39-
__version__ = "2.2.2"
39+
__version__ = "2.2.3"
4040

4141

4242
# Unchanging headers in every request.

0 commit comments

Comments
 (0)