Skip to content

Commit 3620ae6

Browse files
committed
Stamping Version 1.2.4
1 parent f4c438d commit 3620ae6

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

scripts/build/stamp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if [[ -z ${INSTDIR} ]]; then
44
. "${HOME}/tespEnv"
55
fi
66

7-
ver="1.2.3"
7+
ver="1.2.4"
88

99
echo
1010
echo "Stamping TESP $ver, if you want to change the version, edit this file."

scripts/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.3
1+
1.2.4

src/tesp_support/CHANGELOG.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Version 1.2.0 (2022-10-3)
5858
* Added DSOT agents and feeder generators
5959
* Update to HELICS 3.3.0
6060

61-
Version 1.2.3 (2022-10-3)
61+
Version 1.2.3 (2022-11-22)
6262
--------------------------
6363
* Fix the EngeryPlus to work with newer compiler and updated version number
6464
* Fix read the docs document warnings and fix clean shell script for energyplus
@@ -72,5 +72,10 @@ Version 1.2.3 (2022-10-3)
7272
* Fixed complex python to use helics complex type
7373

7474

75-
76-
75+
Version 1.2.4 (2022-12-1)
76+
--------------------------
77+
* Fix version number in tesp_support for PyPI distribution and read the docs
78+
* Fix the version.sh, move docmentaion to end of the install, fix warning in Consensus_Usecase.rst
79+
* Fix git patch warning for FNCS and EnergyPlus
80+
* GRIDLabD triplex_node no longer uses power_12_real and power12_reac, this has commented out for SGIP1*.glm files
81+
* Add pypi packaging to stamping process, refined docker build in scripts/docker, moved HELICS version checker to build

src/tesp_support/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.3
1+
1.2.4

0 commit comments

Comments
 (0)