Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Dec 11, 2024
1 parent af345e6 commit 17d3857
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# CHANGELOG


## v0.7.0 (2024-12-11)

### Continuous Integration

- Add workflow_dispatch
([`d6b9ff2`](https://github.com/nguaman/licitpy/commit/d6b9ff202fe15d288f089d44d2ac88e665f6bc17))

### Features

- We added the parsing of items for tenders
([`e3e3140`](https://github.com/nguaman/licitpy/commit/e3e3140a9e685cdf238cb3575dea8a2f225cf43c))


## v0.6.1 (2024-12-10)

### Bug Fixes
Expand All @@ -10,6 +23,9 @@

### Continuous Integration

- Add Trusted Publisher Management (Pypi)
([`74530e2`](https://github.com/nguaman/licitpy/commit/74530e227b40f44db48b84cd81e288a1cead5b10))

- Remove topics
([`b6461f4`](https://github.com/nguaman/licitpy/commit/b6461f49e70d2a1719da8a7be08f8fb7f2f7168a))

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.6.1"
version = "0.7.0"
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.6.1"
__version__ = "0.7.0"
__all__ = ["Licitpy"]

0 comments on commit 17d3857

Please sign in to comment.