Skip to content

Commit fde241f

Browse files
committed
Release v2.0.1
1 parent 38cd12a commit fde241f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog], and this project adheres to
66

77
## Unreleased
88

9+
## [v2.0.1](https://github.com/pawelad/pymonzo/releases/tag/v2.0.1) - 2024-04-13
910
### Fixed
1011
- Monzo pot `goal_amount` is not always present (by [@csogilvie](https://github.com/csogilvie)).
1112
[[#32](https://github.com/pawelad/pymonzo/pull/32)]

src/pymonzo/__init__.py

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

1515
__title__ = "pymonzo"
1616
__description__ = "Modern Python API client for Monzo public API."
17-
__version__ = "2.0.1.dev0"
17+
__version__ = "2.0.1"
1818
__url__ = "https://github.com/pawelad/pymonzo"
1919
__author__ = "Paweł Adamczak"
2020
__email__ = "[email protected]"

0 commit comments

Comments
 (0)