File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v1.1.2 (2026-01-08)
6+
7+ ### Bug Fixes
8+
9+ - Package should match pypi project
10+ ([ ` e728290 ` ] ( https://github.com/rameezk/finwise-python/commit/e72829044770e33094f344ff4b41575d41459808 ) )
11+
12+ ### Documentation
13+
14+ - Update readme
15+ ([ ` c70346f ` ] ( https://github.com/rameezk/finwise-python/commit/c70346f70a98a97ab385340149acba7cf0580d3d ) )
16+
17+
518## v1.1.1 (2026-01-08)
619
720### Bug Fixes
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.1.1 "
7+ version = " 1.1.2 "
88description = " Python SDK for the FinWise API"
99readme = " README.md"
1010requires-python = " >=3.9"
Original file line number Diff line number Diff line change 11"""Version information."""
22
3- __version__ = "1.1.1 "
3+ __version__ = "1.1.2 "
You can’t perform that action at this time.
0 commit comments