Skip to content

Commit

Permalink
Fix changelog entries for previous release (0.7.7) and move latest ch…
Browse files Browse the repository at this point in the history
…anges to current release
  • Loading branch information
fwitte committed Dec 4, 2024
1 parent 965b587 commit c5ca7bc
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 12 deletions.
1 change: 1 addition & 0 deletions docs/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ What's New

Discover notable new features and improvements in each release

.. include:: whats_new/v0-7-8.rst
.. include:: whats_new/v0-7-7.rst
.. include:: whats_new/v0-7-6-001.rst
.. include:: whats_new/v0-7-6.rst
Expand Down
12 changes: 2 additions & 10 deletions docs/whats_new/v0-7-7.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
Under development
+++++++++++++++++

New Features
############
- The `HeatExchanger` class now has three new attributes, :code:`dp1`,
:code:`dp2` (hot side and cold side pressure drop in network pressure unit)
as well as :code:`ttd_min` for the minimal value of the terminal temperature
diference values
(`PR #581 <https://github.com/oemof/tespy/pull/581>`__).
v0.7.7 - Newton's Nature (October, 27, 2024)
++++++++++++++++++++++++++++++++++++++++++++

Bug Fixes
#########
Expand Down
14 changes: 14 additions & 0 deletions docs/whats_new/v0-7-8.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
v0.7.8 - Newton's Nature (December, 04, 2024)
+++++++++++++++++++++++++++++++++++++++++++++

New Features
############
- The `HeatExchanger` class now has three new attributes, :code:`dp1`,
:code:`dp2` (hot side and cold side pressure drop in network pressure unit)
as well as :code:`ttd_min` for the minimal value of the terminal temperature
diference values
(`PR #581 <https://github.com/oemof/tespy/pull/581>`__).

Contributors
############
- Francesco Witte (`@fwitte <https://github.com/fwitte>`__)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exclude = ["docs/_build"]

[project]
name = "tespy"
version = "0.7.7"
version = "0.7.8"
description = "Thermal Engineering Systems in Python (TESPy)"
readme = "README.rst"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/tespy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os

__datapath__ = os.path.join(importlib.resources.files("tespy"), "data")
__version__ = '0.7.7 - Newton\'s Nature'
__version__ = '0.7.8 - Newton\'s Nature'

# tespy data and connections import
from . import connections # noqa: F401
Expand Down

0 comments on commit c5ca7bc

Please sign in to comment.