TNO Intern

Commit 19931fee authored by Hen Brett's avatar Hen Brett 🐔
Browse files

Changing the changelog.md and pyproject.toml version number

parent 3e979751
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -18,3 +18,7 @@ Another bug was fixed, this occured when sampling for transmissivity with high o
Additional Functionality:
    - two functions have been added to print out the environment variables THERMOGIS_JAR and JAVA_HOME. This enables users to debug if their are issues with their installation.

## v1.2.3 (27-11-2025)
Updating the Java jar which has a fixed implementation of the heat pump. Before the heat pump cop was not being correctly calculated. There is a test added to test_pythermogis_doublet_benchmark.py to showcase how the new heatpump mode 
should be used.
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pythermogis"
version = "1.2.1"
version = "1.2.2"
description = "This repository is used as a python API for the ThermoGIS Doublet simulations"
authors = [
    { name = "Hen Brett", email = "hen.brett@tno.nl" },