Skip to content

Commit

Permalink
Merge branch 'main' of github.com:nguaman/licitpy
Browse files Browse the repository at this point in the history
  • Loading branch information
nguaman committed Dec 14, 2024
2 parents 79d7b20 + 22b14d1 commit ab6dbd7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/licitpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from licitpy.client.licitpy import Licitpy

__version__ = "0.8.2"
__version__ = "0.8.3"
__all__ = ["Licitpy"]

0 comments on commit ab6dbd7

Please sign in to comment.