From c17876efe47ce0d8197329becc9d58d65b278e79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 May 2024 11:32:10 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- pyrevolut/__init__.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17c844f..0ca5627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.3.0 (2024-05-16) + +### Feat + +- added accounts endpoint + ## v0.2.0 (2024-05-16) ### Feat diff --git a/pyproject.toml b/pyproject.toml index bf13f27..2995003 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyrevolut" -version = "0.2.0" +version = "0.3.0" description = "" authors = ["Trevor Visser "] readme = "README.md" @@ -71,7 +71,7 @@ docstring-code-format = true [tool.commitizen] name = "cz_conventional_commits" -version = "0.2.0" +version = "0.3.0" tag_format = "v$major.$minor.$patch$prerelease" version_scheme = "pep440" version_provider = "poetry" diff --git a/pyrevolut/__init__.py b/pyrevolut/__init__.py index d3ec452..493f741 100644 --- a/pyrevolut/__init__.py +++ b/pyrevolut/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.3.0"