Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelad committed Mar 7, 2024
1 parent 935c47d commit 431af9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog], and this project adheres to

## Unreleased

## [v2.0.0](https://github.com/pawelad/pymonzo/releases/tag/v2.0.0) - 2024-03-07
### Added
- Add (optional) `rich` and `babel` support.
- Add `expand_merchant` parameter to `TransactionsResource.list`. It's not very
Expand Down
2 changes: 1 addition & 1 deletion src/pymonzo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

__title__ = "pymonzo"
__description__ = "Modern Python API client for Monzo public API."
__version__ = "2.0.0.dev0"
__version__ = "2.0.0"
__url__ = "https://github.com/pawelad/pymonzo"
__author__ = "Paweł Adamczak"
__email__ = "[email protected]"
Expand Down

0 comments on commit 431af9e

Please sign in to comment.