Skip to content

Commit 18806cd

Browse files
chore(release): bump version to 1.2.0
1 parent f346b6a commit 18806cd

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- version list -->
44

5+
## v1.2.0 (2026-01-09)
6+
7+
### Features
8+
9+
- Make it clear that this sdk if unofficial
10+
([`f346b6a`](https://github.com/rameezk/finwise-python/commit/f346b6afd35b72d5aa0be73bb164ad3543a2d95b))
11+
12+
513
## v1.1.3 (2026-01-09)
614

715
### Documentation

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.1.3"
7+
version = "1.2.0"
88
description = "Unofficial Python SDK for the FinWise API"
99
readme = "README.md"
1010
requires-python = ">=3.9"

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.1.3"
3+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)