Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 14, 2023
1 parent 668108f commit afb5ea4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<!--next-version-placeholder-->

## v0.4.0 (2023-06-14)

### Feature

* Nuevo filtro para calcular los dias entre 2 fechas ([`d259c4c`](https://github.com/hokus15/ArrendaToolsPlantillas/commit/d259c4cc3933a59acaabb4fa59336d342bceb332))

### Fix

* Yet another fix for main action ([`62762ca`](https://github.com/hokus15/ArrendaToolsPlantillas/commit/62762ca75856bdbb2c239e6af41baa5e670d0f95))
* Fix main action ([`4ccf6a7`](https://github.com/hokus15/ArrendaToolsPlantillas/commit/4ccf6a72efc2b3ca33bb569de70306683cf3cc82))

## v0.3.0 (2023-06-04)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages
import pkg_resources

__version__ = "0.3.0"
__version__ = "0.4.0"

with open('README.md', encoding='utf-8') as f:
readme = f.read()
Expand Down

0 comments on commit afb5ea4

Please sign in to comment.