From aaff3df7bb585a6148530f685773e90d2c763995 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 26 Jan 2025 18:05:37 +0000 Subject: [PATCH] 1.0.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ arrendatools/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d0523d..60f9334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.0.3 (2025-01-26) + +### Bug Fixes + +- **cantidad**: Return cantidad with only 2 decimal values for all tipos + ([`d219db0`](https://github.com/hokus15/ArrendaToolsActualizaRenta/commit/d219db065eb30477dd44a84794ccf0d7abd71d99)) + + ## v1.0.2 (2025-01-25) ### Bug Fixes diff --git a/arrendatools/__init__.py b/arrendatools/__init__.py index 7863915..976498a 100644 --- a/arrendatools/__init__.py +++ b/arrendatools/__init__.py @@ -1 +1 @@ -__version__ = "1.0.2" +__version__ = "1.0.3" diff --git a/pyproject.toml b/pyproject.toml index 9628b89..e111422 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "arrendatools.actualiza_renta" -version = "1.0.2" +version = "1.0.3" authors = [ {name = "Jordi Morell", email = "hokus@hotmail.com"}, ]