From 4b3cc2742951d417de49451bcab8d7c490a39659 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 4 Apr 2024 08:03:01 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.12.0=20=E2=86=92=200.13.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3446bb4..f30c2a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.13.0 (2024-04-04) + +### Fix + +- create gmaps api cache json file if not there + ## 0.12.0 (2024-04-02) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 02bd86a..7e60c5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ficamp" -version = "0.12.0" +version = "0.13.0" description = "Analyze your bank data and categorize it." authors = ["Santiago Fraire Willemoes "] readme = "README.md"