File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v1.4.0 (2026-01-09)
6+
7+ ### Continuous Integration
8+
9+ - Add flakehub action
10+ ([ ` 391da8d ` ] ( https://github.com/rameezk/finwise-python/commit/391da8d8434afbdcdcaf473eb5da0d331bf7fd92 ) )
11+
12+ - Consolidate workflows per python version
13+ ([ ` 7dfdbd3 ` ] ( https://github.com/rameezk/finwise-python/commit/7dfdbd369298848859f9d0758af6036ab12f5de3 ) )
14+
15+ ### Features
16+
17+ - Add nix
18+ ([ ` ae163a3 ` ] ( https://github.com/rameezk/finwise-python/commit/ae163a34ab6269dc0e7b5f8a173400c71ab8af0d ) )
19+
20+
521## v1.3.0 (2026-01-09)
622
723### Continuous Integration
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " finwise-python"
7- version = " 1.3 .0"
7+ version = " 1.4 .0"
88description = " Unofficial Python SDK for the FinWise API"
99readme = " README.md"
1010requires-python = " >=3.11"
Original file line number Diff line number Diff line change 11"""Version information."""
22
3- __version__ = "1.3 .0"
3+ __version__ = "1.4 .0"
You can’t perform that action at this time.
0 commit comments