Skip to content

Commit

Permalink
V0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonHD committed Nov 12, 2023
1 parent 0d96f56 commit 8029895
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# TRVmodel

TRV energy modelling in home heating

Work in progress!
Expand Down
39 changes: 39 additions & 0 deletions RELEASES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
ALL SIGNIFICANT RELEASES AND BRANCHES


This document is used to record all significant releases and branches
in the code tree.

Follow agreed procedures before creating (or deleting) branches
or release/freeze points.




SIGNIFICANT CHANGES SINCE LAST RELEASE
======================================


PENDING:










SIGNIFICANT RELEASES (newest first)
===================================


20231112:
freezepoint name: V0.9.4
branch name: HEAD
Deployed where: Zenodo
Changes since last freezepoint (developer/mgr initials and brief description):
Previous significant freezepoint: V0.9.3
DHD20231112: deployed to Zenodo via automated GutHub link for a DOI.

2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
<property name="app.name" value="TRVmodel"/>
<property name="app.version.major" value="0"/>
<property name="app.version.minor" value="9"/>
<property name="app.version.micro" value="3"/>
<property name="app.version.micro" value="4"/>
<property name="app.version" value="${app.version.major}.${app.version.minor}.${app.version.micro}"/>
<!-- Version excluding the "micro" portion, thus reflecting only significant API/functionality changes. -->
<property name="app.version.notmicro" value="${app.version.major}.${app.version.minor}"/>
Expand Down

0 comments on commit 8029895

Please sign in to comment.