Skip to content

Commit

Permalink
bump: version 0.8.0 → 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 7, 2024
1 parent ae845f0 commit 7f587dc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.9.0 (2024-06-07)

### Feat

- added option to specify a custom save/load function for credentials

## v0.8.0 (2024-06-05)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyrevolut"
version = "0.8.0"
version = "0.9.0"
description = "An unofficial Python API Wrapper for the Revolut Business API"
authors = ["Trevor Visser <trevor.visser@gmail.com>"]
license = "MIT"
Expand Down Expand Up @@ -117,7 +117,7 @@ known-first-party = ["pyrevolut", "tests"]

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.8.0"
version = "0.9.0"
tag_format = "v$major.$minor.$patch$prerelease"
version_scheme = "pep440"
version_provider = "poetry"
Expand Down
2 changes: 1 addition & 1 deletion pyrevolut/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.0"
__version__ = "0.9.0"

0 comments on commit 7f587dc

Please sign in to comment.