Skip to content

Commit

Permalink
Bump to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oriolpiera committed Oct 25, 2023
1 parent 8d8f740 commit 774ea21
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 774ea21

Please sign in to comment.