diff --git a/README.md b/README.md index 011c8ac..9bd60eb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # cchloader Python package to create electricity curve (CCH) models from "Distribuidoras" files as CNMC specifications + +[![Python tests](https://github.com/Som-Energia/cchloader/actions/workflows/python-tests.yml/badge.svg)](https://github.com/Som-Energia/cchloader/actions/workflows/python-tests.yml) + + +## CHANGES + +### 0.4.4 2023-10-25 + +- Fix **utc_timestamp** for Canary Islands curves (-1 from peninsula) + +### 0.4.3 2023-09-25 + +- Add backend for PostgreSQL Timescale database diff --git a/setup.py b/setup.py index 0e5b565..9c1d39c 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='cchloader', - version='0.4.3', + version='0.4.4', packages=find_packages(), url='https://github.com/Som-Energia/cchloader', license='GPLv3',