Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 11, 2025
1 parent a93e898 commit 6a9e099
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# CHANGELOG


## v0.9.0 (2025-01-11)

### Features

- We detect when the tender has standardized bases
([`a93e898`](https://github.com/nguaman/licitpy/commit/a93e89822c0b6918560bdec7500e751d7cd1cf60))


## v0.8.4 (2024-12-15)

### Bug Fixes
Expand All @@ -14,6 +22,11 @@
- Add skip-existing: true to avoid conflicts if the version already exists
([`7c5e5a2`](https://github.com/nguaman/licitpy/commit/7c5e5a29660c20c031a98763112169bf7b8dade3))

### Testing

- Add more tests
([`c45384a`](https://github.com/nguaman/licitpy/commit/c45384a7ba3da95c3115e4d40b0a7ee19825f680))


## v0.8.3 (2024-12-14)

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.4"
version = "0.9.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.8.4"
__version__ = "0.9.0"
__all__ = ["Licitpy"]

0 comments on commit 6a9e099

Please sign in to comment.