From 22b14d196acb6f6c99aaaee43596f723f8e88c7a Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 14 Dec 2024 15:10:09 +0000 Subject: [PATCH] 0.8.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/licitpy/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be8c06..f2ea9fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.8.3 (2024-12-14) + +### Bug Fixes + +- Minor fixex - github action + ([`b2f3f51`](https://github.com/nguaman/licitpy/commit/b2f3f51afb92775fb200f782ea4da68d6dd3c730)) + + ## v0.8.2 (2024-12-14) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index fd5b327..8b380d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "licitpy" -version = "0.8.2" +version = "0.8.3" description = "LicitPy: A Python toolbox designed for downloading, parsing, and analyzing public tenders from Chile's Mercado Público." authors = ["Nelson Guamán"] license = "Apache-2.0" diff --git a/src/licitpy/__init__.py b/src/licitpy/__init__.py index 145e639..b0420f7 100644 --- a/src/licitpy/__init__.py +++ b/src/licitpy/__init__.py @@ -1,4 +1,4 @@ from licitpy.client.licitpy import Licitpy -__version__ = "0.8.2" +__version__ = "0.8.3" __all__ = ["Licitpy"]