Skip to content

Commit 2df67a4

Browse files
chore(release): bump version to 1.4.0
1 parent 391da8d commit 2df67a4

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "finwise-python"
7-
version = "1.3.0"
7+
version = "1.4.0"
88
description = "Unofficial Python SDK for the FinWise API"
99
readme = "README.md"
1010
requires-python = ">=3.11"

src/finwise/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information."""
22

3-
__version__ = "1.3.0"
3+
__version__ = "1.4.0"

0 commit comments

Comments
 (0)