Skip to content

Commit

Permalink
Release v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelad committed Sep 11, 2024
1 parent d443634 commit ddf2cae
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.2.1](https://github.com/pawelad/pymonzo/releases/tag/v2.2.1) - 2024-09-11
### Changed
- Make extra API schema fields accessible through Pydantic `model_extra` attribute.

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.2.1.dev0"
__version__ = "2.2.1"
__url__ = "https://github.com/pawelad/pymonzo"
__author__ = "Paweł Adamczak"
__email__ = "[email protected]"
Expand Down

0 comments on commit ddf2cae

Please sign in to comment.